Bump tempfile from 3.19.1 to 3.23.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.23.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.1...v3.23.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-version: 3.23.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-11-03 19:39:28 +00:00 committed by GitHub
parent b57e7c8949
commit 19a4eb6718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1779,9 +1779,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.19.1"
version = "3.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
dependencies = [
"fastrand",
"getrandom 0.3.2",

View file

@ -49,7 +49,7 @@ serde_json = "1.0.145"
serde_regex = "1.1.0"
serde_repr = "0.1.20"
shellexpand = "3.1.1"
tempfile = "3.19.1"
tempfile = "3.23.0"
thiserror = "2.0.17"
threadpool = "1.8.1"
titlecase = "3.6.0"