From 612ccc237a77e78164fecfce451cb0e6d31b2a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:04:55 +0000 Subject: [PATCH] Bump tar from 0.4.38 to 0.4.40 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.38 to 0.4.40. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.38...0.4.40) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e772bf1..8e8d284f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2041,9 +2041,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.38" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" +checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" dependencies = [ "filetime", "libc", @@ -2714,9 +2714,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "xattr" -version = "0.2.3" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" +checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 39af60e4..a95bd8be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ perf-event2 = "0.7.1" num_cpus = "1.0" libc = "0.2" flate2 = "1.0.26" -tar = "0.4.38" +tar = "0.4.40" infer = "0.13.0" bincode = "1.3.3" inferno = "0.11.15"