diff --git a/Cargo.lock b/Cargo.lock index ee080ea1..4b63e34e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,9 +472,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" +checksum = "16c74e56284d2188cabb6ad99603d1ace887a5d7e7b695d01b728155ed9ed427" dependencies = [ "concurrent-queue", "event-listener-strategy", @@ -733,9 +733,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.95.0" +version = "1.96.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a316e3c4c38837084dfbf87c0fc6ea016b3dc3e1f867d9d7f5eddfe47e5cae37" +checksum = "6e25d24de44b34dcdd5182ac4e4c6f07bcec2661c505acef94c0d293b65505fe" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index a7591bdb..f967f7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ atoi = "2.0.0" async-channel = "2.4.0" async-recursion = "1.1.1" async-trait = "0.1.88" -async-compression = { version = "0.4.25" } +async-compression = { version = "0.4.0" } atomic_enum = "0.3.0" aws-sdk-s3 = "1.96.0" axum = "0.8.4" @@ -250,7 +250,6 @@ uuid = { version = "1.17.0", features = [ ] } wildmatch = { version = "2.4.0", features = ["serde"] } winapi = { version = "0.3.9" } -x509-parser = "0.17.0" xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] } zip = "2.4.2" zstd = "0.13.3"