From 8a4c560e6e493ff0f436a571ac2d867de54ba546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:38:53 +0000 Subject: [PATCH] Bump astral-tokio-tar from 0.5.6 to 0.6.0 Bumps [astral-tokio-tar](https://github.com/astral-sh/tokio-tar) from 0.5.6 to 0.6.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.5.6...v0.6.0) --- updated-dependencies: - dependency-name: astral-tokio-tar dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78cb325dd..67b6f80f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "astral-tokio-tar" -version = "0.5.6" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec179a06c1769b1e42e1e2cbe74c7dcdb3d6383c838454d063eaac5bbb7ebbe5" +checksum = "3c23f3af104b40a3430ccb90ed5f7bd877a8dc5c26fc92fde51a22b40890dcf9" dependencies = [ "filetime", "futures-core", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index bfa786bc0..e38107452 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -24,7 +24,7 @@ rusqlite = "0.38.0" regex = "1.11.1" reqwest = { version = "0.13", features = ["stream", "blocking"] } async-compression = { version = "0.4", features = ["tokio", "gzip", "xz"] } -astral-tokio-tar = "0.5.6" +astral-tokio-tar = "0.6.0" tokio-util = { version = "0.7.13", features = ["compat"] } futures = "0.3.31" lazy_static = "1.5.0"