This commit is contained in:
houseme
2025-07-04 01:48:35 +08:00
parent 96d22c3276
commit 086331b8e7
2 changed files with 5 additions and 6 deletions
Generated
+4 -4
View File
@@ -472,9 +472,9 @@ dependencies = [
[[package]] [[package]]
name = "async-channel" name = "async-channel"
version = "2.3.1" version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" checksum = "16c74e56284d2188cabb6ad99603d1ace887a5d7e7b695d01b728155ed9ed427"
dependencies = [ dependencies = [
"concurrent-queue", "concurrent-queue",
"event-listener-strategy", "event-listener-strategy",
@@ -733,9 +733,9 @@ dependencies = [
[[package]] [[package]]
name = "aws-sdk-s3" name = "aws-sdk-s3"
version = "1.95.0" version = "1.96.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a316e3c4c38837084dfbf87c0fc6ea016b3dc3e1f867d9d7f5eddfe47e5cae37" checksum = "6e25d24de44b34dcdd5182ac4e4c6f07bcec2661c505acef94c0d293b65505fe"
dependencies = [ dependencies = [
"aws-credential-types", "aws-credential-types",
"aws-runtime", "aws-runtime",
+1 -2
View File
@@ -81,7 +81,7 @@ atoi = "2.0.0"
async-channel = "2.4.0" async-channel = "2.4.0"
async-recursion = "1.1.1" async-recursion = "1.1.1"
async-trait = "0.1.88" async-trait = "0.1.88"
async-compression = { version = "0.4.25" } async-compression = { version = "0.4.0" }
atomic_enum = "0.3.0" atomic_enum = "0.3.0"
aws-sdk-s3 = "1.96.0" aws-sdk-s3 = "1.96.0"
axum = "0.8.4" axum = "0.8.4"
@@ -250,7 +250,6 @@ uuid = { version = "1.17.0", features = [
] } ] }
wildmatch = { version = "2.4.0", features = ["serde"] } wildmatch = { version = "2.4.0", features = ["serde"] }
winapi = { version = "0.3.9" } winapi = { version = "0.3.9" }
x509-parser = "0.17.0"
xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] } xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] }
zip = "2.4.2" zip = "2.4.2"
zstd = "0.13.3" zstd = "0.13.3"