Bump tempfile from 3.21.0 to 3.22.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 3.22.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.21.0...v3.22.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-10 03:01:07 +00:00
committed by GitHub
parent 90205b72fd
commit 45dbdccb50
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -564,9 +564,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.21.0" version = "3.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"getrandom", "getrandom",
+1 -1
View File
@@ -17,7 +17,7 @@ unicase = "2.8.1"
[dev-dependencies] [dev-dependencies]
criterion = "0.7.0" criterion = "0.7.0"
tempfile = "3.21.0" tempfile = "3.22.0"
[lints] [lints]
workspace = true workspace = true