From d896e28110e70a4c0b522e455b602e4be1666f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:44:00 +0000 Subject: [PATCH] chore(deps): bump tar from 0.4.45 to 0.4.46 in /rust Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.45 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.45...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c5702cad..7021dee3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1875,9 +1875,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.45" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 923f0d1b..25efa9ef 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,7 +18,7 @@ once_cell = "1.21.4" pgp = { version = "0.19.0", features = ["draft-pqc"] } rand = "0.8" rsa = "0.9.10" -tar = "0.4.45" +tar = "0.4.46" tempfile = "3.27.0" zeroize = "1.8.2"