From fbf1f9e5b82e815ebcc86f296809cc92e5ccd9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:06:01 +0800 Subject: [PATCH] build(deps): bump brotli from 8.0.3 to 8.0.4 in the dependencies group (#3458) * build(deps): bump brotli from 8.0.3 to 8.0.4 in the dependencies group Bumps the dependencies group with 1 update: [brotli](https://github.com/dropbox/rust-brotli). Updates `brotli` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/compare/8.0.3...8.0.4) --- updated-dependencies: - dependency-name: brotli dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] * build(deps): bump s3s from cf4c3346 to c59b62f7ba in the dependencies group --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: houseme --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d72e32923..432a69d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1601,9 +1601,9 @@ dependencies = [ [[package]] name = "brotli" -version = "8.0.3" +version = "8.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8119e4516436f5708bbc474a9d395bf12f1b5395e93a92a56e647ac3388c8610" +checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -10362,12 +10362,12 @@ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" [[package]] name = "s3s" version = "0.14.0-dev" -source = "git+https://github.com/rustfs/s3s?rev=cf4c3346ed2554daa7fc6437f9969b076a5137ad#cf4c3346ed2554daa7fc6437f9969b076a5137ad" +source = "git+https://github.com/rustfs/s3s?rev=c59b62f7badf29fefefec69381d13cd459f44aa8#c59b62f7badf29fefefec69381d13cd459f44aa8" dependencies = [ "arc-swap", "arrayvec", "async-trait", - "atoi 2.0.0", + "atoi 3.0.0", "base64-simd", "bytes", "bytestring", diff --git a/Cargo.toml b/Cargo.toml index 55d15e575..1ee5007b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -216,7 +216,7 @@ aws-smithy-http-client = { version = "1.1.13", default-features = false, feature aws-smithy-types = { version = "1.5.0" } base64 = "0.22.1" base64-simd = "0.8.0" -brotli = "8.0.3" +brotli = "8.0.4" clap = { version = "4.6.1", features = ["derive", "env"] } const-str = { version = "1.1.0", features = ["std", "proc"] } convert_case = "0.11.0" @@ -270,7 +270,7 @@ redis = { version = "1.2.3", features = ["connection-manager", "tokio-rustls-com rustix = { version = "1.1.4", features = ["fs"] } rust-embed = { version = "8.11.0" } rustc-hash = { version = "2.1.2" } -s3s = { git = "https://github.com/rustfs/s3s", rev = "cf4c3346ed2554daa7fc6437f9969b076a5137ad", features = ["minio"] } +s3s = { git = "https://github.com/rustfs/s3s", rev = "c59b62f7badf29fefefec69381d13cd459f44aa8", features = ["minio"] } serial_test = "3.5.0" shadow-rs = { version = "2.0.0", default-features = false } siphasher = "1.0.3"