From bddb0d0a057ad38af78c03e72ec0d5ead7c8c497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 08:22:12 +0800 Subject: [PATCH] build(deps): bump astral-tokio-tar from 0.5.6 to 0.6.0 (#2196) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15d7149d2..f7584d0b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,9 +508,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 2fb58c88d..df7126054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -179,7 +179,7 @@ time = { version = "0.3.47", features = ["std", "parsing", "formatting", "macros # Utilities and Tools anyhow = "1.0.102" arc-swap = "1.8.2" -astral-tokio-tar = "0.5.6" +astral-tokio-tar = "0.6.0" atoi = "2.0.0" atomic_enum = "0.3.0" aws-config = { version = "1.8.15" }