mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
upgrade s3s version (#1558)
This commit is contained in:
Generated
+2
-2
@@ -8450,9 +8450,9 @@ checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "s3s"
|
name = "s3s"
|
||||||
version = "0.13.0-alpha.2"
|
version = "0.13.0-alpha.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/s3s-project/s3s.git?branch=main#26ce04f59c14f130c87b23789d0c3723d9429e41"
|
||||||
checksum = "1e9f3760ae04ec65fd1b0f17dc81c8061c432e8453365fa010cc610cb97ff877"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"arc-swap",
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"atoi",
|
"atoi",
|
||||||
|
|||||||
+1
-1
@@ -225,7 +225,7 @@ regex = { version = "1.12.2" }
|
|||||||
rumqttc = { version = "0.25.1" }
|
rumqttc = { version = "0.25.1" }
|
||||||
rust-embed = { version = "8.11.0" }
|
rust-embed = { version = "8.11.0" }
|
||||||
rustc-hash = { version = "2.1.1" }
|
rustc-hash = { version = "2.1.1" }
|
||||||
s3s = { version = "0.13.0-alpha.2", features = ["minio"] }
|
s3s = { version = "0.13.0-alpha.2", features = ["minio"], git = "https://github.com/s3s-project/s3s.git", branch = "main" }
|
||||||
serial_test = "3.3.1"
|
serial_test = "3.3.1"
|
||||||
shadow-rs = { version = "1.5.0", default-features = false }
|
shadow-rs = { version = "1.5.0", default-features = false }
|
||||||
siphasher = "1.0.1"
|
siphasher = "1.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user