From 42549526c71cd9ca01ef35910dcfe0d6c9a7199e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 01:18:05 +0000 Subject: [PATCH] chore(cargo): bump tempfile from 3.21.0 to 3.23.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.21.0...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4c6de45f..eef11d7f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5915,9 +5915,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.21.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.3", diff --git a/Cargo.toml b/Cargo.toml index 0e5fca270..1de886afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,7 +194,7 @@ rusqlite = "0.36" sanitize-filename = "0.5" serde = "1.0" serde_json = "1" -tempfile = "3.21.0" +tempfile = "3.23.0" thiserror = "2" tokio = "1" tokio-util = "0.7.16"