From cb2e800c93b2307952b0d9677dcf2dc201a7cecd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:30:40 +0300 Subject: [PATCH] fix(deps): update rust crate tar to 0.4.37 (#511) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a70c26a..9ddb727 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80" +checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 30c2846..f97b0ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ structopt = "0.3.22" reqwest = { version = "0.11.4", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false } serde_json = "1.0.67" chrono = { version = "0.4.19", features = ["serde"] } -tar = "0.4.35" +tar = "0.4.37" xz2 = "0.1.6" semver = "1.0.4" dirs = "3.0.2"