build(deps): upgrade s3s (#667)

Co-authored-by: loverustfs <155562731+loverustfs@users.noreply.github.com>
This commit is contained in:
Nugine
2025-10-19 18:32:01 +08:00
committed by GitHub
parent ef11d3a2eb
commit 7f24dbda19
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -7110,8 +7110,9 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "s3s"
version = "0.12.0-rc.2"
source = "git+https://github.com/s3s-project/s3s.git?rev=f76013a52de2c8d44f6aa43182f1f1a938d2ad03#f76013a52de2c8d44f6aa43182f1f1a938d2ad03"
version = "0.12.0-rc.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e88429868c3baa36f719ff24bd7d30101f4d94490fd37edee0046989d964099"
dependencies = [
"arrayvec",
"async-trait",

View File

@@ -214,7 +214,7 @@ rustc-hash = { version = "2.1.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 = { git = "https://github.com/s3s-project/s3s.git", rev = "f76013a52de2c8d44f6aa43182f1f1a938d2ad03", features = ["minio"] }
s3s = { version = "0.12.0-rc.3", features = ["minio"] }
schemars = "1.0.4"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.145", features = ["raw_value"] }