From cd70e17f07fdcd0eedc152a643ac0123b01c5203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:55:25 +0000 Subject: [PATCH] cargo: bump tar from 0.4.42 to 0.4.43 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.42 to 0.4.43. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.42...0.4.43) --- updated-dependencies: - dependency-name: tar 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 ba36e78..ad8de64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,9 +932,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" +checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index df2067a..9ae262a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ctrlc = "3.4.5" walkdir = "2.5.0" zip = { version = "2.2.0", default-features = false, features = ["deflate"] } flate2 = { version = "1.0.35", features = ["zlib"] } -tar = "0.4.42" +tar = "0.4.43" xz2 = "0.1.7" bzip2 = "0.4.4" urlencoding = "2.1.3"