From 66d33711b2223f33287c009ac4beaf1a7cf5e014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:43:45 +0000 Subject: [PATCH] Bump tempfile from 3.17.0 to 3.17.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.0 to 3.17.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.17.0...v3.17.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 c7d841b..a8ab859 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,9 +364,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.17.0" +version = "3.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33" +checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 515d1d1..a33f0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ cc = "1.2.14" cc = "1.2.14" lazy_static = "1.5.0" rstest = { version = "0.24.0", default-features = false } -tempfile = "3.17.0" +tempfile = "3.17.1" [profile.dev] panic = "abort"