From baaa73be822f5ff7cdf6f020d171ecaa32ae95e1 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Wed, 19 Aug 2026 00:01:28 +0300 Subject: [PATCH] Update Rust crate base64 to 0.23.0 --- Cargo.lock | 18 +++++++++--------- client/Cargo.toml | 2 +- communities/Cargo.toml | 2 +- iota-auth/Cargo.toml | 2 +- iota-cli/Cargo.toml | 2 +- iota-storage/Cargo.toml | 2 +- iota-updater/Cargo.toml | 2 +- iota-util/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- other-iota/Cargo.toml | 2 +- web-ui/Cargo.toml | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7405bb8..e01c8aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64 0.22.1", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -2285,7 +2285,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "async-trait", - "base64 0.22.1", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -2335,7 +2335,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64 0.22.1", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -2528,7 +2528,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "arc-swap", - "base64 0.22.1", + "base64 0.23.1", "hex", "hkdf 0.12.4", "iota-logger", @@ -2573,7 +2573,7 @@ version = "0.1.0" dependencies = [ "aes-gcm", "anyhow", - "base64 0.22.1", + "base64 0.23.1", "ed25519-dalek 2.2.0", "hex", "hkdf 0.12.4", @@ -2603,7 +2603,7 @@ dependencies = [ name = "iota-util" version = "0.1.0" dependencies = [ - "base64 0.22.1", + "base64 0.23.1", "hex", "iota-paths", "mtp", @@ -3381,7 +3381,7 @@ name = "omikron-connector" version = "0.1.0" dependencies = [ "async-trait", - "base64 0.22.1", + "base64 0.23.1", "dashmap", "hex", "iota-connection", @@ -3489,7 +3489,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64 0.22.1", + "base64 0.23.1", "chrono", "crossterm", "dashmap", @@ -5613,7 +5613,7 @@ dependencies = [ "actix-web-actors", "aes-gcm", "async-trait", - "base64 0.22.1", + "base64 0.23.1", "chrono", "crossterm", "dashmap", diff --git a/client/Cargo.toml b/client/Cargo.toml index d63431f..094b75f 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,7 +16,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 89c4f57..f20ab61 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -15,7 +15,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/iota-auth/Cargo.toml b/iota-auth/Cargo.toml index dc43347..f32a1c4 100644 --- a/iota-auth/Cargo.toml +++ b/iota-auth/Cargo.toml @@ -12,7 +12,7 @@ iota-state = { path = "../iota-state" } aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/iota-cli/Cargo.toml b/iota-cli/Cargo.toml index 4489cdf..1634451 100644 --- a/iota-cli/Cargo.toml +++ b/iota-cli/Cargo.toml @@ -30,7 +30,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index caf6417..1c97fd3 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -12,7 +12,7 @@ iota-paths = { path = "../iota-paths" } mtp = { git = "https://git.methanium.net/Methanium/mtp.git" } aes-gcm = "0.10.3" -base64 = "0.22.1" +base64 = "0.23.0" hex = "*" hkdf = "0.12.4" json = "*" diff --git a/iota-updater/Cargo.toml b/iota-updater/Cargo.toml index 2f6bf04..354fc9b 100644 --- a/iota-updater/Cargo.toml +++ b/iota-updater/Cargo.toml @@ -19,7 +19,7 @@ uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" zip = "6.0.0" aes-gcm = "0.10.3" -base64 = "0.22.1" +base64 = "0.23.0" rand_core = { version = "0.6", features = ["getrandom", "std"] } sha2 = "0.11.0" x448 = { version = "*" } diff --git a/iota-util/Cargo.toml b/iota-util/Cargo.toml index 49bfe51..0f81046 100644 --- a/iota-util/Cargo.toml +++ b/iota-util/Cargo.toml @@ -15,5 +15,5 @@ sysinfo = "0.39.0" uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" zip = "6.0.0" -base64 = "0.22.1" +base64 = "0.23.0" hex = "*" diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index 31796b0..7445694 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -23,7 +23,7 @@ reqwest = "0.13.2" tokio = { version = "1.50.0", features = ["full"] } tokio-util = { version = "0.7", features = ["rt"] } uuid = { version = "*", features = ["v4"] } -base64 = "0.22.1" +base64 = "0.23.0" hex = "*" rand = "0.8" rand_core = { version = "0.6", features = ["getrandom", "std"] } diff --git a/other-iota/Cargo.toml b/other-iota/Cargo.toml index a6933c3..ec24634 100644 --- a/other-iota/Cargo.toml +++ b/other-iota/Cargo.toml @@ -15,7 +15,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0" diff --git a/web-ui/Cargo.toml b/web-ui/Cargo.toml index 988aac1..06ecd21 100644 --- a/web-ui/Cargo.toml +++ b/web-ui/Cargo.toml @@ -15,7 +15,7 @@ actix-web = { version = "4", features = ["rustls-0_23"] } actix-web-actors = "4" aes-gcm = "0.10.3" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" chrono = "0.4.43" crossterm = "*" dashmap = "6.1.0"