Merge pull request #458 from ouch-org/dependabot/cargo/tar-0.4.39

This commit is contained in:
figsoda 2023-07-13 22:01:46 -04:00 committed by GitHub
commit 6ede393b58
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

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

@ -27,7 +27,7 @@ once_cell = "1.18.0"
rayon = "1.7.0"
same-file = "1.0.6"
snap = "1.1.0"
tar = "0.4.38"
tar = "0.4.39"
tempfile = "3.6.0"
time = { version = "0.3.23", default-features = false }
ubyte = { version = "0.10.3", default-features = false }