Merge pull request #79 from alexwlchan/dependabot/cargo/tempfile-3.25.0
- ID
8de3363- date
2026-02-26 13:20:06+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
56ec34d,048f8af- message
Merge pull request #79 from alexwlchan/dependabot/cargo/tempfile-3.25.0 Bump tempfile from 3.24.0 to 3.25.0- changed files
1 file, 2 additions, 2 deletions
Changed files
Cargo.lock (11082) → Cargo.lock (11082)
diff --git a/Cargo.lock b/Cargo.lock
index ac4bdf4..f5376bb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,9 @@ dependencies = [
[[package]]
name = "tempfile"
-version = "3.24.0"
+version = "3.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
+checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
dependencies = [
"fastrand",
"getrandom",