From f94589c2d1d908d55df3b30ece2b835b2d1e5a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:49:14 +0100 Subject: [PATCH] build(deps): bump tar from 0.4.44 to 0.4.45 (#6595) 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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa464dfc75..f7152bdfdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11950,9 +11950,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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 5d7ea433b9..7bf905d45f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -360,7 +360,7 @@ subtle-encoding = "0.5" syn = "2" sysinfo = "0.37.0" tap = "1.0.1" -tar = "0.4.44" +tar = "0.4.45" test-with = { version = "0.15.4", default-features = false } tempfile = "3.20" thiserror = "2.0"