Skip to main content

Merge pull request #36 from alexwlchan/dependabot/cargo/tempfile-3.17.0

ID
a4b6159
date
2025-02-17 11:40:54+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
5895c98, a2c347e
message
Merge pull request #36 from alexwlchan/dependabot/cargo/tempfile-3.17.0

Bump tempfile from 3.16.0 to 3.17.0
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 6a064f8..9174849 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1122,9 +1122,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 
 [[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",