mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Merge pull request #489 from ouch-org/dependabot/cargo/tempfile-3.8.0
This commit is contained in:
commit
5cd63bfab7
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1109,9 +1109,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.7.1"
|
version = "3.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"fastrand",
|
"fastrand",
|
||||||
|
@ -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.1"
|
tempfile = "3.8.0"
|
||||||
time = { version = "0.3.26", default-features = false }
|
time = { version = "0.3.26", 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user