From b1f06e937591c4fd843f19b236042afc450c0736 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Sun, 30 Aug 2026 23:01:00 +0300 Subject: [PATCH] Update Rust crate base64 to 0.23.0 --- Cargo.lock | 6 +++--- iota-storage/Cargo.toml | 2 +- iota-util/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e506091..0860a89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2240,7 +2240,7 @@ name = "iota-storage" version = "0.1.0" dependencies = [ "arc-swap", - "base64 0.22.1", + "base64 0.23.1", "iota-logger", "iota-paths", "iota-util", @@ -2283,7 +2283,7 @@ dependencies = [ name = "iota-util" version = "0.1.0" dependencies = [ - "base64 0.22.1", + "base64 0.23.1", "hex", "iota-paths", "mtp", @@ -2996,7 +2996,7 @@ name = "omikron-connector" version = "0.1.0" dependencies = [ "async-trait", - "base64 0.22.1", + "base64 0.23.1", "dashmap", "iota-connection", "iota-logger", diff --git a/iota-storage/Cargo.toml b/iota-storage/Cargo.toml index 9f91c52..ebbf514 100644 --- a/iota-storage/Cargo.toml +++ b/iota-storage/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" iota-logger = { path = "../iota-logger" } iota-util = { path = "../iota-util" } iota-paths = { path = "../iota-paths" } -base64 = "0.22.1" +base64 = "0.23.0" json = "*" arc-swap = "1" once_cell = "1.21.3" diff --git a/iota-util/Cargo.toml b/iota-util/Cargo.toml index 676d02f..658edd5 100644 --- a/iota-util/Cargo.toml +++ b/iota-util/Cargo.toml @@ -15,7 +15,7 @@ sysinfo = "0.38.0" uuid = { version = "*", features = ["v4"] } walkdir = "2.5.0" zip = "6.0.0" -base64 = "0.22.1" +base64 = "0.23.0" hex = "*" [dev-dependencies] diff --git a/omikron-connector/Cargo.toml b/omikron-connector/Cargo.toml index 5902891..284af1c 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -23,5 +23,5 @@ 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" rand_core = { version = "0.6", features = ["getrandom", "std"] } -- 2.54.0