Browse Source

fix(deps): update rust crate tar to 0.4.38 (#601)

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

@ -1511,9 +1511,9 @@ dependencies = [
[[package]] [[package]]
name = "tar" name = "tar"
version = "0.4.37" version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c" checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
dependencies = [ dependencies = [
"filetime", "filetime",
"libc", "libc",

2
Cargo.toml

@ -14,7 +14,7 @@ clap = "2.34.0"
structopt = "0.3.25" structopt = "0.3.25"
serde_json = "1.0.73" serde_json = "1.0.73"
chrono = { version = "0.4.19", features = ["serde"] } chrono = { version = "0.4.19", features = ["serde"] }
tar = "0.4.37" tar = "0.4.38"
xz2 = "0.1.6" xz2 = "0.1.6"
semver = "1.0.4" semver = "1.0.4"
dirs = "4.0.0" dirs = "4.0.0"

Loading…
Cancel
Save