Merge pull request #480 from ouch-org/dependabot/cargo/tempfile-3.7.1

This commit is contained in:
figsoda 2023-08-07 20:43:36 -04:00 committed by GitHub
commit 51b02fe60a
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

@ -1109,9 +1109,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.7.0" version = "3.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",

View File

@ -28,7 +28,7 @@ rayon = "1.7.0"
same-file = "1.0.6" same-file = "1.0.6"
snap = "1.1.0" snap = "1.1.0"
tar = "0.4.40" tar = "0.4.40"
tempfile = "3.7.0" tempfile = "3.7.1"
time = { version = "0.3.25", default-features = false } time = { version = "0.3.25", default-features = false }
ubyte = { version = "0.10.3", default-features = false } ubyte = { version = "0.10.3", default-features = false }
xz2 = "0.1.7" xz2 = "0.1.7"