From ac618ff8833c3122736005e684c440c7067ccb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:36:42 +0000 Subject: [PATCH] chore(deps): bump tar from 0.4.44 to 0.4.45 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.44 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.44...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch ... 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 017db0115..8f846845b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3304,9 +3304,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index c599aa225..0798c75ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ sha2 = "0.10.9" sha3 = "0.10.8" similar = "2.7.0" spdx = "0.13.4" -tar = "0.4.44" +tar = "0.4.45" target-lexicon = { version = "0.13.2", features = ["std"] } temp-dir = "0.1.16" tempfile = "3.27.0"