From 71ce51ce4eda6aba6d433d3a23edfecddb69a81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:35:45 +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 ++-- depdive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9c11e6..297d9d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2940,9 +2940,9 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[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/depdive/Cargo.toml b/depdive/Cargo.toml index 920f002..9e5d908 100644 --- a/depdive/Cargo.toml +++ b/depdive/Cargo.toml @@ -36,7 +36,7 @@ rustsec = "0.24.1" # RUSTSEC advisory stuff crates_io_api = "0.7.1" # crates.io stuff tokei = "12.1.2" # loc count camino = "1.0.4" # UTF-8 path stuff -tar = "0.4.35" # tar file stuff +tar = "0.4.36" # tar file stuff flate2 = "1.0.20" # compression/decompression thiserror = "1.0.26" indoc = "1.0.3" # multi-line string stuff