From 1507a7a9d8bb78b0c9c73fd79fa3219fbdeb0ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:40:19 +0000 Subject: [PATCH] Bump tempfile from 3.18.0 to 3.19.1 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20d3196..41d9b38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,11 +322,10 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ - "cfg-if", "fastrand", "getrandom", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index ac5d83b..9f17189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ sha1 = "0.10.6" sha2 = "0.10.8" [dev-dependencies] -tempfile = "3.18.0" +tempfile = "3.19.1" tmp-path = "0.1.1"