From 322414e33e47e96905fa32d2ff2538c59c7f52b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:35:24 +0000 Subject: [PATCH] build(deps): bump tar from 0.4.30 to 0.4.36 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.30 to 0.4.36. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.30...0.4.36) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 070c4118ac..2485cddf90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.13.0" @@ -2261,13 +2263,12 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.30" +version = "0.4.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290" +checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" dependencies = [ "filetime", "libc", - "redox_syscall", "xattr", ] diff --git a/Cargo.toml b/Cargo.toml index d2c5d2112e..f27ffd642f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ semver = "0.11" serde = {version = "1.0", features = ["derive"]} sha2 = "0.9" strsim = "0.10" -tar = "0.4.26" +tar = "0.4.36" tempfile = "3.1" pgp = {version = "0.7", default-features = false} # FIXME(issue #1818, #1826, and friends)