From f3bae9e8641b2c43707906a35b6349653c536950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:08:16 +0000 Subject: [PATCH] chore(deps): bump tar from 0.4.43 to 0.4.45 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.43 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.43...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 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 5701c89..8bc192a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,9 +1171,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.43" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3a1951f..c8594ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rustix = { version = "0.38.40", features = ["process", "thread", "mount", "fs", serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10.8" -tar = "0.4.43" +tar = "0.4.45" tempfile = "3.14.0" ureq = { version = "2.10.1", default-features = false, features = ["tls", "native-certs", "gzip", "json"] } which = "7.0.0"