build(deps): upgrade s3s (#595)

Co-authored-by: loverustfs <155562731+loverustfs@users.noreply.github.com>
This commit is contained in:
Nugine
2025-09-28 21:10:42 +08:00
committed by GitHub
parent 4f73760a45
commit f1dd3a982e
2 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ rustfs-rsc = "2025.506.1"
rustls = { version = "0.23.32", features = ["ring", "logging", "std", "tls12"], default-features = false }
rustls-pki-types = "1.12.0"
rustls-pemfile = "2.2.0"
s3s = { version = "0.12.0-minio-preview.3" }
s3s = { version = "0.12.0-rc.1", features = ["minio"] }
schemars = "1.0.4"
serde = { version = "1.0.226", features = ["derive"] }
serde_json = { version = "1.0.145", features = ["raw_value"] }