From 791675f39ed196387f2e3c0229a11f9b0b9e4860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 12:42:34 +0000 Subject: [PATCH] Bump tempfile from 3.21.0 to 3.22.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 3.22.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.21.0...v3.22.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- integration_tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2a0416c..ff536328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.21.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 0b43bc1e..40ee57c2 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -33,7 +33,7 @@ anyhow = "1" indoc = "2" rstest = "0.26" rustversion = "1.0.22" -tempfile = "3.21.0" +tempfile = "3.22.0" tokio = { version = "1.47", features = ["time", "macros", "rt"] } [[bin]]