From 7cf788a9381f5a60b0ccb01405246b03f11d62ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:35:08 +0000 Subject: [PATCH] Bump tar from 0.4.35 to 0.4.36 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.35 to 0.4.36. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.35...0.4.36) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32c11739..6e7166f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3904,9 +3904,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.35" +version = "0.4.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80" +checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" dependencies = [ "filetime", "libc", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index a44f56d1..06cb0955 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -46,7 +46,7 @@ async-trait = "0.1.42" dyn-clone = "1.0.4" thiserror = "1.0" path-slash = "0.1.4" -tar = "0.4.33" +tar = "0.4.36" zstd = { version = "0.6.1", features = ["zstdmt"] } num_cpus = "1.13.0" urlencoding = "1.3.3"