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" }