From 6a0472447b06594780ec6b4b72aa81797c5007b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:35:27 +0000 Subject: [PATCH] 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 | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dce0cd4..79e311b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,13 +634,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 765082b..cd65aca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1.0.61" serde = { version = "1.0", features = ["derive"] } dirs = "3.0.1" curl = "0.4.34" -tar = "0.4.30" +tar = "0.4.36" thiserror = "1.0.23" ctrlc = "3.1.7" chrono = "0.4.19"