From ca727d4aa9ccba03e8d7675a2b38521eaaa25547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:34:03 +0000 Subject: [PATCH] build(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 306bd9d3da8..da8f728435a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12494,9 +12494,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 55143cbd4ca..2dff754ba92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -581,7 +581,7 @@ syn = "2.0" sys-info = "0.9.1" sysctl = "0.4.6" systemstat = "0.2.5" -tar = "0.4.44" +tar = "0.4.46" tarpc = "0.29.0" tempfile = "3.20.0" test-case = "3.3.1"