chore(deps): Bump tempfile from 3.19.1 to 3.20.0

This commit is contained in:
Dependabot
2025-07-07 23:41:27 +00:00
committed by Gerald Pinder
parent f5993a72ec
commit e0543c0d41
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -421,9 +421,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.19.1" version = "3.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"getrandom", "getrandom",

View File

@@ -10,7 +10,7 @@ rust-version = "1.60"
license = "MIT" license = "MIT"
[workspace.dependencies] [workspace.dependencies]
tempfile = "3.6" tempfile = "3.20"
[workspace.lints.rust] [workspace.lints.rust]
unsafe_code = "forbid" unsafe_code = "forbid"