From 856a7ea9657b757ae6b13eae0d1a72c88f7dc479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:36:21 +0000 Subject: [PATCH] build(deps): bump tar from 0.4.40 to 0.4.45 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: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9452ef5..24debe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5589,9 +5589,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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",