From 4ee7b8c45e88fcfd0308958b087c83b585cf44b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 07:15:46 +0000 Subject: [PATCH] chore(deps): bump tempfile from 3.20.0 to 3.22.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.22.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.20.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf59546..adc8967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3771,9 +3771,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index b964445..3559a26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ clap = "4.5.38" anyhow = { version = "1.0.97", default-features = false } fuel-core = { version = "0.46.0", features = ["backup"], default-features = false } tar = { version = "0.4.44", optional = true, default-features = false } -tempfile = { version = "3.20.0", optional = true , default-features = false } +tempfile = { version = "3.22.0", optional = true , default-features = false } rayon = { version = "1.10.0", optional = true } [features]