fix(deps): update rust crate tempfile to 3.25.0

This commit is contained in:
renovate[bot]
2026-02-11 21:55:04 +00:00
committed by GitHub
parent 644d2d70d8
commit cca8b6ee2d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2050,9 +2050,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.24.0" version = "3.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"getrandom 0.3.4", "getrandom 0.3.4",

View File

@@ -51,7 +51,7 @@ indicatif = "0.18.3"
httpmock = "0.8.3" httpmock = "0.8.3"
tokio-test = "0.4.5" tokio-test = "0.4.5"
temp-env = "0.3.6" temp-env = "0.3.6"
tempfile = "3.24.0" tempfile = "3.25.0"
futures = "0.3.31" futures = "0.3.31"
assert_cmd = "2.1.2" assert_cmd = "2.1.2"
assert_fs = "1.1.3" assert_fs = "1.1.3"