From 41db30d294c6319f512692a462560adc16558235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:35:38 +0000 Subject: [PATCH] Bump tar from 0.4.40 to 0.4.45 in /rust Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.40 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.40...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 6 +++--- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e9e46bd451355..a33683b25fc3f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2048,9 +2048,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 02affb86181b4..a0b4ca3e53e9d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,7 +24,7 @@ directories = "5.0.1" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" flate2 = "1.0.30" -tar = "0.4.40" +tar = "0.4.45" infer = "0.15.0" exitcode = "1.1.2" is_executable = "1.0.1"