From 348abfaf190cb5ecc8fca442292ec3ce537658a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:27:58 +0000 Subject: [PATCH] build(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 0d5f084..baef132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,9 +511,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", diff --git a/Cargo.toml b/Cargo.toml index 9522ada..776e8d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ eyre = "0.6.12" [dev-dependencies] assert_cmd = "2.1.2" pretty_assertions = "1.4.1" -tempfile = "3.24.0" +tempfile = "3.25.0" [lints.clippy] all = "deny"