From a94b8465aa8b88efced59a4124da658776db48fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:38:44 +0000 Subject: [PATCH] Bump tempfile from 3.16.0 to 3.17.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.16.0 to 3.17.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.16.0...v3.17.1) --- updated-dependencies: - dependency-name: tempfile 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 bd8f7fc..67da890 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3931,9 +3931,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.16.0" +version = "3.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" +checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index afae16c..e4eb236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ remain = "0.2" serde = "1.0" serde_json = "1.0" sha1_smol = { version = "1.0", features = ["std"] } -tempfile = "3.15" +tempfile = "3.17" termcolor = "1.4" toml = "0.8"