mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 11:56:38 +00:00
build(deps): upgrade s3s (#595)
Co-authored-by: loverustfs <155562731+loverustfs@users.noreply.github.com>
This commit is contained in:
Generated
+6
-11
@@ -1602,12 +1602,6 @@ dependencies = [
|
|||||||
"tiny-keccak",
|
"tiny-keccak",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "const-str"
|
|
||||||
version = "0.6.4"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "451d0640545a0553814b4c646eb549343561618838e9b42495f466131fe3ad49"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "const-str"
|
name = "const-str"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
@@ -6208,7 +6202,7 @@ dependencies = [
|
|||||||
"bytes",
|
"bytes",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
"const-str 0.7.0",
|
"const-str",
|
||||||
"datafusion",
|
"datafusion",
|
||||||
"futures",
|
"futures",
|
||||||
"http 1.3.1",
|
"http 1.3.1",
|
||||||
@@ -6366,7 +6360,7 @@ dependencies = [
|
|||||||
name = "rustfs-config"
|
name = "rustfs-config"
|
||||||
version = "0.0.5"
|
version = "0.0.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"const-str 0.7.0",
|
"const-str",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -7060,9 +7054,9 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "s3s"
|
name = "s3s"
|
||||||
version = "0.12.0-minio-preview.3"
|
version = "0.12.0-rc.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "24c7be783f8b2bb5aba553462bf7e9ee95655bb27cbd6a0b0a93af2e719b1eec"
|
checksum = "e0c7ae94d88d3d0d4ab0cb3f8e106199832b2943609680b5d75b0d7f686f6be3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -7071,7 +7065,7 @@ dependencies = [
|
|||||||
"bytes",
|
"bytes",
|
||||||
"bytestring",
|
"bytestring",
|
||||||
"chrono",
|
"chrono",
|
||||||
"const-str 0.6.4",
|
"const-str",
|
||||||
"crc32c",
|
"crc32c",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"crc64fast-nvme",
|
"crc64fast-nvme",
|
||||||
@@ -7098,6 +7092,7 @@ dependencies = [
|
|||||||
"sha2 0.11.0-pre.5",
|
"sha2 0.11.0-pre.5",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"std-next",
|
"std-next",
|
||||||
|
"subtle",
|
||||||
"sync_wrapper",
|
"sync_wrapper",
|
||||||
"thiserror 2.0.16",
|
"thiserror 2.0.16",
|
||||||
"time",
|
"time",
|
||||||
|
|||||||
+1
-1
@@ -210,7 +210,7 @@ rustfs-rsc = "2025.506.1"
|
|||||||
rustls = { version = "0.23.32", features = ["ring", "logging", "std", "tls12"], default-features = false }
|
rustls = { version = "0.23.32", features = ["ring", "logging", "std", "tls12"], default-features = false }
|
||||||
rustls-pki-types = "1.12.0"
|
rustls-pki-types = "1.12.0"
|
||||||
rustls-pemfile = "2.2.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"
|
schemars = "1.0.4"
|
||||||
serde = { version = "1.0.226", features = ["derive"] }
|
serde = { version = "1.0.226", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.145", features = ["raw_value"] }
|
serde_json = { version = "1.0.145", features = ["raw_value"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user