Skip to main content

Merge pull request #52 from alexwlchan/dependabot/cargo/tempfile-3.20.0

ID
b274e99
date
2025-05-13 21:14:51+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
7bf654a, a08631b
message
Merge pull request #52 from alexwlchan/dependabot/cargo/tempfile-3.20.0

Bump tempfile from 3.19.1 to 3.20.0
changed files
1 file, 2 additions, 2 deletions

Changed files

Cargo.lock (11081) → Cargo.lock (11081)

diff --git a/Cargo.lock b/Cargo.lock
index 801961c..2e0d85b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,9 @@ dependencies = [
 
 [[package]]
 name = "tempfile"
-version = "3.19.1"
+version = "3.20.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
+checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
 dependencies = [
  "fastrand",
  "getrandom",