Skip to main content

Merge pull request #47 from alexwlchan/dependabot/cargo/tempfile-3.19.1

ID
23a517c
date
2025-03-26 18:59:11+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
e667c84, ec15d17
message
Merge pull request #47 from alexwlchan/dependabot/cargo/tempfile-3.19.1

Bump tempfile from 3.19.0 to 3.19.1
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 defd693..e167a53 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,9 @@ dependencies = [
 
 [[package]]
 name = "tempfile"
-version = "3.19.0"
+version = "3.19.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600"
+checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
 dependencies = [
  "fastrand",
  "getrandom",