Bump tempfile from 3.16.0 to 3.17.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.16.0 to 3.17.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.16.0...v3.17.0)

---
updated-dependencies:
- dependency-name: tempfile
  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-02-17 03:56:27 +00:00
committed by GitHub
parent f7ba01a46b
commit 94553dd229
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -586,9 +586,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.16.0"
version = "3.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33"
dependencies = [
"cfg-if",
"fastrand",
+1 -1
View File
@@ -15,7 +15,7 @@ unicase = "2.8.1"
[dev-dependencies]
criterion = "0.5.0"
tempfile = "3.16.0"
tempfile = "3.17.0"
[[bench]]
name = "eval"