From 4e3c1cbbe9d48a5b26748b08ef0631d50c9c49d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:28:35 +0000 Subject: [PATCH] Bump tar from 0.4.41 to 0.4.46 Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.41 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.41...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e675ab2..4dbc1dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -704,9 +704,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.41" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 808f845..742932f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ hkdf = "0.12.4" # hmac = "0.12.1" regex = { version = "1.10.5", features = ["use_std"] } sha2 = "0.10.8" -tar = "0.4.41" +tar = "0.4.46" walkdir = "2.5.0" [profile.release]