From de30612f5a8c2ab5a79e12dd04c2f40d4cc77d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:07:52 +0000 Subject: [PATCH 1/2] Bump tar from 0.4.45 to 0.4.46 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.45 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce349f7..ecb34e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2458,9 +2458,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", From 8711f98a8e4ad011860729642a4d44a984ca4aca Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Thu, 2 Jul 2026 11:09:16 -0700 Subject: [PATCH 2/2] also bump in lockfile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ded5e8..7c1e0bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ slog = "2.7.0" slog-async = "2.8.0" slog-envlogger = "2.2.0" slog-term = "2.9.2" -tar = "0.4.45" +tar = "0.4.46" test-strategy = "0.4.0" thiserror = "2.0.12" tokio = "1.47.0"