diff --git a/Cargo.lock b/Cargo.lock index cc82550..3d6da8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,9 +1301,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.17" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index a8bc8c4..bece6c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ nix = { version = "0.30.1", features = ["fs"] } reqwest = { version = "0.12.24", features = ["stream"] } temp-file = "0.1.9" tokio = { version = "1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] } -tokio-util = { version = "0.7.17", features = ["io"] } +tokio-util = { version = "0.7.18", features = ["io"] } walkdir = "2.5.0" xxh3 = "0.1.1" xxhash-rust = { version = "0.8.15", features = ["std", "xxh3"] }