From 281e8ac680ff27909624c7bf57c6da2fb7c762b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 01:13:40 +0000 Subject: [PATCH] Bump tar from 0.4.30 to 0.4.37 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.30 to 0.4.37. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.30...0.4.37) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b60ef26..78bcb5fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1576,13 +1576,12 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.30" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290" +checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c" dependencies = [ "filetime", "libc", - "redox_syscall 0.1.57", "xattr", ] diff --git a/Cargo.toml b/Cargo.toml index cf2a4b2c..2ae92af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "1.0.40" reqwest = { version = "0.11.2", features = [ "rustls-tls" ], default-features = false } tempdir = "0.3.7" flate2 = "1.0.14" -tar = "0.4.30" +tar = "0.4.37" cargo_toml = "0.8.1" serde = { version = "1.0.119", features = [ "derive" ] } strum_macros = "0.20.1"