From 9af194451d1139c585e4cfa2153f1c6db8c98509 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Fri, 28 Aug 2026 15:01:14 +0300 Subject: [PATCH] Update Rust crate base64 to 0.23.0 --- iota-util/Cargo.toml | 2 +- omikron-connector/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 c4773f7..676f034 100644 --- a/omikron-connector/Cargo.toml +++ b/omikron-connector/Cargo.toml @@ -22,5 +22,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"] }