From c8c3b25fa1e6071b04741430bed3e418ecb446a9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 4 Nov 2024 08:52:25 -0500 Subject: [PATCH] Cargo.lock: Bump tar and cap-std-ext We need the updated tar for https://github.com/ostreedev/ostree-rs-ext/pull/679 And the updated cap-std-ext fixes an important bug. Signed-off-by: Colin Walters --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b727b14..77556643 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,9 +282,9 @@ dependencies = [ [[package]] name = "cap-std-ext" -version = "4.0.3" +version = "4.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef94280e28b736a40311060c9aa8a88e961dd6b05914bfcfc10a8d9ab0ad43d4" +checksum = "f5cd561bc80e52c4ed4121c7bae16c585388487243f317817d509e882e8c0512" dependencies = [ "cap-primitives", "cap-tempfile", @@ -1933,9 +1933,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" dependencies = [ "filetime", "libc",