From d350de36fd694dbdb45e09c4be7ada3b96183b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:09:23 +0000 Subject: [PATCH] build(deps): 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 807245eb..c561fe2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1758,9 +1758,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 b2079159..a02514cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde = { version = "1.0.218", features = ["derive"] } serde_json = "1.0.139" serde_yaml = { version = "0.9.34" } sha2 = "0.10.8" -tempfile = "3.16.0" +tempfile = "3.17.1" terminal_size = "0.4.1" test-with = { version = "0.14.7", default-features = false, features = [ "executable",