From 1e334d09512d8db8824fc0ef22942a70dcf8f9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:36:03 +0000 Subject: [PATCH] build(deps): 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 ++-- cruct/Cargo.toml | 2 +- cruct_shared/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e495f1..023c5ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,9 +369,9 @@ dependencies = [ [[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", diff --git a/cruct/Cargo.toml b/cruct/Cargo.toml index 247bb99..386ac07 100644 --- a/cruct/Cargo.toml +++ b/cruct/Cargo.toml @@ -21,4 +21,4 @@ cruct_shared = { version = "=1.0.0", path = "../cruct_shared" } [dev-dependencies] assay = "0.1.1" -tempfile = "3.19.1" +tempfile = "3.21.0" diff --git a/cruct_shared/Cargo.toml b/cruct_shared/Cargo.toml index fcedc99..904e06d 100644 --- a/cruct_shared/Cargo.toml +++ b/cruct_shared/Cargo.toml @@ -23,4 +23,4 @@ toml_edit = { version = "0.23.1", optional = true } yaml-rust2 = { version = "0.10.3", optional = true } [dev-dependencies] -tempfile = "3.19.1" +tempfile = "3.21.0"