From 9c22a48ae319f668fee6fcc4823f984568653888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:14:59 +0000 Subject: [PATCH] chore(deps): bump tar Bumps the cargo group with 1 update in the /verified-container-spec/implementations/containerd-shim directory: [tar](https://github.com/alexcrichton/tar-rs). Updates `tar` 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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- .../implementations/containerd-shim/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verified-container-spec/implementations/containerd-shim/Cargo.lock b/verified-container-spec/implementations/containerd-shim/Cargo.lock index 85aa8ce..1a46008 100644 --- a/verified-container-spec/implementations/containerd-shim/Cargo.lock +++ b/verified-container-spec/implementations/containerd-shim/Cargo.lock @@ -788,9 +788,9 @@ dependencies = [ [[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",