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

fix(deps): update rust crate tempfile to v3.22.0
This commit is contained in:
Daniel Hofstetter
2025-09-10 07:15:02 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1318,15 +1318,15 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.21.0"
version = "3.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
dependencies = [
"fastrand",
"getrandom 0.3.3",
"once_cell",
"rustix",
"windows-sys 0.59.0",
"windows-sys 0.61.0",
]
[[package]]