Skip to main content

Bump tempfile from 3.18.0 to 3.19.0

ID
ab6c6cc
date
2025-03-17 10:19:59+00:00
author
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
388cc3e
message
Bump tempfile from 3.18.0 to 3.19.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.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, 2 additions, 3 deletions

Changed files

Cargo.lock (38028) → Cargo.lock (38017)

diff --git a/Cargo.lock b/Cargo.lock
index 062166a..b63f173 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1122,11 +1122,10 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 
 [[package]]
 name = "tempfile"
-version = "3.18.0"
+version = "3.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567"
+checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600"
 dependencies = [
- "cfg-if",
  "fastrand",
  "getrandom 0.3.1",
  "once_cell",