Merge pull request #26 from alexwlchan/dependabot/cargo/tempfile-3.15.0
- ID
00a111f- date
2025-01-03 12:14:59+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
4b5dbd4,102ab43- message
Merge pull request #26 from alexwlchan/dependabot/cargo/tempfile-3.15.0 Bump tempfile from 3.14.0 to 3.15.0- 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",