From 58037f4245e48c6c704f72c1a4e2284f1d9a9e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:25:29 +0000 Subject: [PATCH] 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 64b0fd3..852a15b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4282,9 +4282,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 c168380..027cd56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ getrandom = "0.4.2" hex = "0.4.3" k256 = { version = "0.13", features = ["ecdsa"] } sha3 = "0.10.8" -tar = "0.4.44" +tar = "0.4.45" prost = { version = "0.14.3", features = ["derive"] } thiserror = "2.0.18" tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros", "sync", "time"] }