diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 1692108..f490c9b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -227,9 +227,9 @@ checksum = "bfdc70193dadb9d7287fa4b633f15f90c876915b31f6af17da307fc59c9859a8" [[package]] name = "astral-tokio-tar" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b18457efd137254e016bbde5e1d88df61c4e1a5ae2223746e56123bac6af2463" +checksum = "6f2e989b33246fe9240d39accf4dd9a01e0b6c1f3ce9dd095e0a47fa02505523" dependencies = [ "futures-core", "libc", @@ -238,6 +238,7 @@ dependencies = [ "rustix 1.1.4", "tokio", "tokio-stream", + "zerocopy", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a6c4bf1..987c7e6 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,7 +30,7 @@ bitcache-opendal = { version = "=0.0.5", default-features = false } bitcache-turso = { version = "=0.0.5", default-features = false } bitcache-valkey = { version = "=0.0.5", default-features = false } -astral-tokio-tar = { version = "0.6", default-features = false } +astral-tokio-tar = { version = "0.7", default-features = false } async-compression = { version = "0.4", default-features = false } cap-std = { version = "4.0", default-features = false } clap = { version = "4.5", default-features = false, features = ["std"] }