Skip to main content

Bump tempfile from 3.16.0 to 3.17.0

ID
6d1e866
date
2025-02-17 11:22:31+00:00
author
dependabot <https://github.com/dependabot>
parent
38652d3
message
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>
changed files
1 file, 2 additions, 2 deletions

Changed files

Cargo.lock (11094) → Cargo.lock (11094)

diff --git a/Cargo.lock b/Cargo.lock
index ac5f426..f347532 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,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",