diff --git a/Cargo.lock b/Cargo.lock index f5094758..a4889c06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,9 +924,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" dependencies = [ "filetime", "libc", diff --git a/tools/Cargo.toml b/tools/Cargo.toml index a6f1b6a7..f234e86d 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -11,4 +11,4 @@ clap = { version = "4.5.4", features = ["derive"] } flate2 = "1.0.30" pabi = { path = ".." } rayon = "1.10" -tar = "0.4.40" +tar = "0.4.41"