From 4ad9fa144deffa51c2dbde593502a2d50a4dca03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 18:22:12 +0000 Subject: [PATCH] chore(cargo): bump tempfile from 3.14.0 to 3.19.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.19.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.19.1) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9f7b2960..c7e0983df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5888,14 +5888,14 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tempfile" -version = "3.14.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ - "cfg-if", "fastrand", + "getrandom 0.3.1", "once_cell", - "rustix 0.38.44", + "rustix 1.0.5", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index 8b2b81eec..d2253464c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,7 +190,7 @@ rusqlite = "0.32" sanitize-filename = "0.5" serde = "1.0" serde_json = "1" -tempfile = "3.14.0" +tempfile = "3.19.1" thiserror = "2" tokio = "1" tokio-util = "0.7.14"