From 420779a4e64f68566f4716c7fb206213d6eaf41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 01:24:03 +0000 Subject: [PATCH] Bump tar from 0.4.37 to 0.4.38 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.37 to 0.4.38. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.37...0.4.38) --- 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 2af949be..6a24df02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1480,9 +1480,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c" +checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8e3cafd4..2e0551e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1.0.51" reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false } tempdir = "0.3.7" flate2 = "1.0.22" -tar = "0.4.37" +tar = "0.4.38" cargo_toml = "0.10.2" serde = { version = "1.0.130", features = [ "derive" ] } strum_macros = "0.23.1"