From fed26483e053c24ef289f72d6366929fe2a5bbc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:41:39 +0000 Subject: [PATCH] build(deps): bump tar from 0.4.40 to 0.4.46 Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.40 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.40...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee4de0221..0882e48ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3393,9 +3393,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index eb9a75998..1701f3d6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ serde_json = ">=1.0, <1.0.147" # zmij (used in 1.0.147+) requires Rust 1.84+ sha2 = { version = "0.10.8", optional = true } shlex = "1.3.0" strip-ansi-escapes = "0.2" -tar = "0.4.40" +tar = "0.4.46" tempfile = "3" tokio = { version = "1", features = [ "rt-multi-thread",