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

fix(deps): update rust crate tempfile to v3.12.0

This commit is contained in:
renovate[bot] 2024-08-22 07:45:07 +00:00 committed by GitHub
parent da6fcd3e56
commit 775ef22e07
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

@ -2278,15 +2278,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]]