Bump tar from 0.4.37 to 0.4.38

Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.37 to 0.4.38.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.37...0.4.38)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-20 01:24:03 +00:00 committed by GitHub
parent 81cf2fc526
commit 420779a4e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1480,9 +1480,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",

View file

@ -30,7 +30,7 @@ anyhow = "1.0.51"
reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false } reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false }
tempdir = "0.3.7" tempdir = "0.3.7"
flate2 = "1.0.22" flate2 = "1.0.22"
tar = "0.4.37" tar = "0.4.38"
cargo_toml = "0.10.2" cargo_toml = "0.10.2"
serde = { version = "1.0.130", features = [ "derive" ] } serde = { version = "1.0.130", features = [ "derive" ] }
strum_macros = "0.23.1" strum_macros = "0.23.1"