From c91a3cc19dc9c31a8fa0a832188d185b552d083f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:49:09 +0000 Subject: [PATCH] chore(deps): bump tempfile from 3.24.0 to 3.25.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to 3.25.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d554f0..f3c8bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3516,9 +3516,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[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 0.3.3", diff --git a/Cargo.toml b/Cargo.toml index 0fbd5dd..c09d2ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ winapi = {version = "0.3.9", features = ["winsock2","in6addr","inaddr","ws2def", [dev-dependencies] tokio-test = "0.4.5" test-log = { version = "0.2.19", default-features = false, features = ["trace"] } -tempfile = "3.24" +tempfile = "3.25" hyper = { version = "1.8", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] }