1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 13:37:48 +00:00

Merge pull request #6647 from uutils/renovate/tempfile-3.x-lockfile

fix(deps): update rust crate tempfile to v3.12.0
This commit is contained in:
Daniel Hofstetter 2024-08-22 10:14:19 +02:00 committed by GitHub
commit 977d3670b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 43 additions and 34 deletions

6
Cargo.lock generated
View file

@ -2289,15 +2289,15 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tempfile"
version = "3.11.0"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
"rustix 0.38.31",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]