Bump tempfile from 3.20.0 to 3.21.0
- ID
a277446- date
2025-08-25 17:14:42+00:00- author
dependabot <https://github.com/dependabot>- parent
c19ce77- message
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] <support@github.com>- changed files
1 file, 2 additions, 2 deletions
Changed files
Cargo.lock (11081) → Cargo.lock (11081)
diff --git a/Cargo.lock b/Cargo.lock
index 0b433db..c16b8f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,9 +268,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",