Merge pull request #75 from loot/dependabot/cargo/tempfile-3.21.0

Bump tempfile from 3.20.0 to 3.21.0
This commit is contained in:
Oliver Hamlet
2025-08-20 17:38:52 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -564,9 +564,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.20.0"
version = "3.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
dependencies = [
"fastrand",
"getrandom",
+1 -1
View File
@@ -17,7 +17,7 @@ unicase = "2.8.1"
[dev-dependencies]
criterion = "0.7.0"
tempfile = "3.20.0"
tempfile = "3.21.0"
[lints]
workspace = true