From e79eab0fba4798cb1e30748a3880c523e3102b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:37:10 +0000 Subject: [PATCH] Bump astral-tokio-tar from 0.6.4 to 0.7.0 in /rust Bumps [astral-tokio-tar](https://github.com/astral-sh/tokio-tar) from 0.6.4 to 0.7.0. - [Release notes](https://github.com/astral-sh/tokio-tar/releases) - [Changelog](https://github.com/astral-sh/tokio-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/tokio-tar/compare/v0.6.4...v0.7.0) --- updated-dependencies: - dependency-name: astral-tokio-tar dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 5 +++-- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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"] }