From a623d5d1a629dfc067b3248e18737051d3051db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:42:21 +0000 Subject: [PATCH] cargo: bump tar from 0.4.38 to 0.4.39 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.38 to 0.4.39. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.38...0.4.39) --- 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 efe1932..6e31e03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,9 +915,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" +checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index a99443f..4b06b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ctrlc = "3.4.0" walkdir = "2.3.3" zip = { version = "0.6.6", default-features = false, features = ["deflate"] } flate2 = { version = "1.0.26", features = ["zlib"] } -tar = "0.4.38" +tar = "0.4.39" xz2 = "0.1.7" bzip2 = "0.4.4"