From c960845ab2116f594ebdba5a11c160aebd6ad936 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 29 Apr 2026 07:15:53 +0200 Subject: [PATCH] chore: update astral-tokio-tar from 0.6.0 to 0.6.1 Fixes https://rustsec.org/advisories/RUSTSEC-2026-0112 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 530a8395be..41b844f1b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,9 +194,9 @@ dependencies = [ [[package]] name = "astral-tokio-tar" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c23f3af104b40a3430ccb90ed5f7bd877a8dc5c26fc92fde51a22b40890dcf9" +checksum = "4ce73b17c62717c4b6a9af10b43e87c578b0cac27e00666d48304d3b7d2c0693" dependencies = [ "filetime", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 97f5b6dbc8..872cdd087d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ thiserror = { workspace = true } tokio-io-timeout = "1.2.1" tokio-rustls = { version = "0.26.2", default-features = false } tokio-stream = { version = "0.1.17", features = ["fs"] } -astral-tokio-tar = { version = "0.6", default-features = false } +astral-tokio-tar = { version = "0.6.1", default-features = false } tokio-util = { workspace = true } tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] } toml = "0.9"