From c7037a0fd1150bdf3172f66fdc7d84eb1370ff76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 02:01:09 +0000 Subject: [PATCH] chore(deps): bump tempfile from 3.19.0 to 3.19.1 in the cargo group Bumps the cargo group with 1 update: [tempfile](https://github.com/Stebalien/tempfile). Updates `tempfile` from 3.19.0 to 3.19.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... 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 b3efd7e..d24adae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,9 +239,9 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" [[package]] name = "tempfile" -version = "3.19.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ "fastrand", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 5a617f2..b77c636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ pyo3 = { version = "0.24.0", features = [ "extension-module", "generate-import-lib", ] } -tempfile = "3.19.0" +tempfile = "3.19.1"