Browse Source

fix(deps): update rust crate tar to 0.4.37 (#511)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 4 years ago committed by GitHub
parent
commit
cb2e800c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1499,9 +1499,9 @@ dependencies = [ @@ -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",

2
Cargo.toml

@ -15,7 +15,7 @@ structopt = "0.3.22" @@ -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"

Loading…
Cancel
Save