Browse Source

fix(deps): update rust crate tar to 0.4.35 (#460)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 4 years ago committed by GitHub
parent
commit
5c812f32d0
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

@ -1628,9 +1628,9 @@ dependencies = [ @@ -1628,9 +1628,9 @@ dependencies = [
[[package]]
name = "tar"
version = "0.4.33"
version = "0.4.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0bcfbd6a598361fda270d82469fff3d65089dc33e175c9a131f7b4cd395f228"
checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80"
dependencies = [
"filetime",
"libc",

2
Cargo.toml

@ -15,7 +15,7 @@ structopt = "0.3.21" @@ -15,7 +15,7 @@ structopt = "0.3.21"
reqwest = { version = "0.11.3", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false }
serde_json = "1.0.64"
chrono = { version = "0.4.19", features = ["serde"] }
tar = "0.4.33"
tar = "0.4.35"
xz2 = "0.1.6"
semver = "0.11.0"
dirs = "3.0.2"

Loading…
Cancel
Save