From 8012089821d32f6ec06f500d2b1995cc8e9a6804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:31:42 +0000 Subject: [PATCH] chore(deps): bump tar from 0.4.44 to 0.4.46 Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.44 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.44...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 b43a27946..0cd56b990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14942,9 +14942,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.44" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index fb301f013..485df1ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ paste = { version = "1.0.15", default-features = false } psvm = { version = "0.3.1", default-features = false } rustilities = "3.0.1" semver = "1.0.27" -tar = { version = "0.4.40", default-features = false } +tar = { version = "0.4.46", default-features = false } temp-env = "0.3.6" tempfile = { version = "3.10", default-features = false } thiserror = { version = "1.0.58", default-features = false }