From 5131ba8271d913931240ff73f720d4b855007bac Mon Sep 17 00:00:00 2001 From: houseme Date: Thu, 23 Jul 2026 23:59:37 +0800 Subject: [PATCH] chore(deps): refresh workspace dependencies (#5157) Co-authored-by: heihutu --- Cargo.lock | 24 +++++++++++++++--------- Cargo.toml | 4 ++-- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4011e03af..ba88bbbc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1427,6 +1427,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" + [[package]] name = "base64-simd" version = "0.8.0" @@ -3657,7 +3663,7 @@ dependencies = [ "aws-config", "aws-sdk-s3", "aws-smithy-http-client", - "base64 0.22.1", + "base64 0.23.0", "bytes", "chrono", "clap", @@ -8838,7 +8844,7 @@ dependencies = [ "aws-config", "aws-sdk-s3", "axum", - "base64 0.22.1", + "base64 0.23.0", "base64-simd", "bytes", "chacha20poly1305", @@ -9089,7 +9095,7 @@ dependencies = [ "aws-smithy-http-client", "aws-smithy-runtime-api", "aws-smithy-types", - "base64 0.22.1", + "base64 0.23.0", "base64-simd", "byteorder", "bytes", @@ -9249,7 +9255,7 @@ name = "rustfs-heal" version = "1.0.0-beta.11" dependencies = [ "async-trait", - "base64 0.22.1", + "base64 0.23.0", "futures", "http 1.4.2", "metrics", @@ -9420,7 +9426,7 @@ dependencies = [ "arc-swap", "argon2", "async-trait", - "base64 0.22.1", + "base64 0.23.0", "chacha20poly1305", "insta", "jiff", @@ -9673,7 +9679,7 @@ dependencies = [ "async-compression", "async-trait", "axum", - "base64 0.22.1", + "base64 0.23.0", "bytes", "dav-server", "futures", @@ -9770,7 +9776,7 @@ dependencies = [ "aes-gcm", "arc-swap", "axum", - "base64 0.22.1", + "base64 0.23.0", "bytes", "crc-fast", "faster-hex", @@ -10229,9 +10235,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.15.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" +checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96" dependencies = [ "web-time", "zeroize", diff --git a/Cargo.toml b/Cargo.toml index 2262ef3eb..c00c1eda0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ pbkdf2 = "0.13.0" rsa = { version = "=0.10.0-rc.18" } rustls = { default-features = false, version = "0.23.42" } rustls-native-certs = "0.8" -rustls-pki-types = "1.15.0" +rustls-pki-types = "1.15.1" sha1 = "0.11.0" sha2 = "0.11.0" subtle = "2.6" @@ -231,7 +231,7 @@ aws-sdk-s3 = { default-features = false, version = "1.139.0" } aws-smithy-http-client = { default-features = false, version = "1.2.0" } aws-smithy-runtime-api = { version = "1.13.0" } aws-smithy-types = { version = "1.6.1" } -base64 = "0.22.1" +base64 = "0.23.0" base64-simd = "0.8.0" brotli = "8.0.4" clap = { version = "4.6.4" }