From 63b6954ae3da29dfac8de9c6c2cae6b963f648f2 Mon Sep 17 00:00:00 2001 From: houseme Date: Fri, 3 Jul 2026 23:11:52 +0800 Subject: [PATCH] chore(deps): update bytesize and s3s (#4242) * chore(deps): update bytesize and s3s * fix: keep s3s on rustfs fork for minio extensions --------- Co-authored-by: overtrue --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2ececfec..548869cfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1686,9 +1686,9 @@ dependencies = [ [[package]] name = "bytesize" -version = "2.4.0" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49e78e506b9d7633710dab98996f22f95f3d0f488e8f1aa162830556ed9fc14d" +checksum = "3d7c8918969267b2932ffd5655509bbbea0833823058c378876953217f5fc50e" [[package]] name = "bytestring" @@ -8154,9 +8154,9 @@ dependencies = [ [[package]] name = "rapidhash" -version = "4.4.2" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b266a82f4aa99bb5c25e28d11cc44ace63d91adbcbcee4d323e2ae3d49ef37" +checksum = "b1a224897b65b7ce38bf7b0adb569e7d77e11460d0cc3577908b263d8b5a89aa" dependencies = [ "rustversion", ] diff --git a/Cargo.toml b/Cargo.toml index 53db5d73f..22c1228aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ tower-http = { version = "0.7.0", features = ["cors"] } # Serialization and Data Formats apache-avro = "0.21.0" bytes = { version = "1.12.0", features = ["serde"] } -bytesize = "2.4.0" +bytesize = "2.4.2" byteorder = "1.5.0" flatbuffers = "25.12.19" form_urlencoded = "1.2.2"