From 48b3325c4917d8093bb4a75c9b821eaa0adbdc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:36:33 +0000 Subject: [PATCH] build(deps): bump tempfile from 3.20.0 to 3.23.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.20.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 ++-- 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..e97903b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,9 +369,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom", diff --git a/cruct/Cargo.toml b/cruct/Cargo.toml index 247bb99..a13ddd7 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.23.0" diff --git a/cruct_shared/Cargo.toml b/cruct_shared/Cargo.toml index fcedc99..0fde9a8 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.23.0"