From eaa8df63f93f0080eb7650e8726c21143b3ef5fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:49:51 +0000 Subject: [PATCH] Bump tempfile from 3.20.0 to 3.21.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.21.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7802f343..6a87ca9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2280,9 +2280,9 @@ checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078" [[package]] name = "tempfile" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index ac537483..ada51116 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -101,7 +101,7 @@ lazy_static = "1.5.0" libc = "0.2.175" mime_guess = "2.0.5" subprocess = "0.2.9" -tempfile = "3.20" +tempfile = "3.21" trybuild = "1.0.110" # Used by the https examples and tests pem = "3.0"