Skip to main content

Bump tempfile from 3.14.0 to 3.15.0

ID
102ab43
date
2025-01-03 09:19:53+00:00
author
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
4b5dbd4
message
Bump tempfile from 3.14.0 to 3.15.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.15.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.15.0)

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

Signed-off-by: dependabot[bot] 

      
changed files
1 file, 3 additions, 2 deletions

Changed files

Cargo.lock (36729) → Cargo.lock (36743)

diff --git a/Cargo.lock b/Cargo.lock
index 4eb6054..0e65442 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1092,12 +1092,13 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 
 [[package]]
 name = "tempfile"
-version = "3.14.0"
+version = "3.15.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
+checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
 dependencies = [
  "cfg-if",
  "fastrand",
+ "getrandom",
  "once_cell",
  "rustix",
  "windows-sys 0.59.0",