From 0e1f65b3eb7407444a0418a58f26a8f1bfba904e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:20:13 +0000 Subject: [PATCH] Bump tempfile from 3.22.0 to 3.23.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.22.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.22.0...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.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 443014a3..509b0714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2286,9 +2286,9 @@ checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078" [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index f30ebcdb..6b773929 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.22" +tempfile = "3.23" trybuild = "1.0.111" # Used by the https examples and tests pem = "3.0"