build(deps): bump tar from 0.4.38 to 0.4.39

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

---
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] 2023-07-17 21:44:08 +00:00 committed by Sergio Gasquez Arcos
parent 1ac5aee407
commit 3f1bb7f37b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -29,7 +29,7 @@ reqwest = { version = "0.11.18", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.100"
strum = { version = "0.25", features = ["derive"] }
tar = "0.4.38"
tar = "0.4.39"
tempfile = "3.6.0"
thiserror = "1.0.43"
tokio = { version = "1.29.1", features = ["full"] }