fix: bump s3s for presigned checksum handling (#2379)

This commit is contained in:
weisd
2026-04-03 13:27:56 +08:00
committed by GitHub
parent 6696703343
commit 6a114cd2e0
2 changed files with 57 additions and 58 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ rumqttc = { version = "0.25.1" }
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 = "f1815ced732e180f71935feee6ae5ef44fe39b22", features = ["minio"] }
s3s = { git = "https://github.com/rustfs/s3s", rev = "738f85792c92781bd8af862a074d7379d9fbfabc", features = ["minio"] }
serial_test = "3.4.0"
shadow-rs = { version = "1.7.1", default-features = false }
siphasher = "1.0.2"