build(deps): bump s3s for header parsing fix (#3344)

This commit is contained in:
houseme
2026-06-11 12:28:36 +08:00
committed by GitHub
parent a49c6b4c2e
commit ee96e194a3
2 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ redis = { version = "1.2.2", 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 = "507e1312b211c3ddc214b03875d6fabd15d22ed5", features = ["minio"] }
s3s = { git = "https://github.com/rustfs/s3s", rev = "cf4c3346ed2554daa7fc6437f9969b076a5137ad", features = ["minio"] }
serial_test = "3.5.0"
shadow-rs = { version = "2.0.0", default-features = false }
siphasher = "1.0.3"