From 37b6225a12ba2e8576cc8d6181c3fba7c9661395 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 06:24:52 +0000 Subject: [PATCH] build(deps): update rust crate tempfile to 3.24.0 (#7186) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0e3a4206..50c6716e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3344,9 +3344,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand", "getrandom 0.3.4", diff --git a/Cargo.toml b/Cargo.toml index 0a7636b22..559347f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ winres = "0.1.12" [dev-dependencies] mockall = "0.14.0" -tempfile = "3.23.0" +tempfile = "3.24.0" [profile.release] codegen-units = 1