From dfe55767cc347ccedad871c73bcf13cc0c38f7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:31:43 +0000 Subject: [PATCH] Bump tempfile from 3.19.0 to 3.19.1 Bumps [tempfile](https://github.com/Stebalien/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 ... 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 a3c0f7bc..18af307e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,9 +798,9 @@ dependencies = [ [[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 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 2674cfcd..3b498c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ float-cmp = "0.10.0" itertools = "0.14.0" serde = {version = "1.0.219", features = ["derive", "rc"]} serde_string_enum = "0.2.1" -tempfile = "3.19.0" +tempfile = "3.19.1" toml = "0.8.20" unicase = "2.8.1" fern = {version = "0.7.1", features = ["chrono", "colored"]}