build(deps): update rust crate tempfile to 3.11.0

This commit is contained in:
renovate[bot] 2024-08-02 22:43:15 +00:00 committed by GitHub
parent 601d613d18
commit d1cf5f6456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2893,12 +2893,13 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.10.1"
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53"
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
"rustix",
"windows-sys 0.52.0",
]

View File

@ -125,7 +125,7 @@ winres = "0.1.12"
[dev-dependencies]
mockall = "0.13.0"
tempfile = "3.10.1"
tempfile = "3.11.0"
[profile.release]
codegen-units = 1