Skip to main content

Bump tempfile from 3.17.0 to 3.17.1

ID
20a7484
date
2025-02-18 22:44:05+00:00
author
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
774ba62
message
Bump tempfile from 3.17.0 to 3.17.1

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

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

Signed-off-by: dependabot[bot] 

      
changed files
1 file, 2 additions, 2 deletions

Changed files

Cargo.lock (38030) → Cargo.lock (38030)

diff --git a/Cargo.lock b/Cargo.lock
index 9174849..ed8a48f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1122,9 +1122,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 
 [[package]]
 name = "tempfile"
-version = "3.17.0"
+version = "3.17.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33"
+checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
 dependencies = [
  "cfg-if",
  "fastrand",