From 3760c1c830ff3a238057642bb9b0edd6828ee4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 13:09:02 +0000 Subject: [PATCH] Bump tempfile from 3.19.1 to 3.23.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.1...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b438268..527092f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2483,9 +2483,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.19.1" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b3e3fe3e..431b657a 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -92,4 +92,4 @@ uniffi = { workspace = true, features = ["bindgen-tests", "tokio"] } # For image generation for tests image = "0.25.1" -tempfile = "3.19.1" +tempfile = "3.23.0"