build(deps): bump tempfile from 3.18.0 to 3.19.0 (#5631)

This commit is contained in:
dependabot[bot]
2025-03-17 12:53:24 +01:00
committed by GitHub
parent d2afa587e4
commit 312ecbe4dc
2 changed files with 3 additions and 4 deletions
Generated
+2 -3
View File
@@ -9973,11 +9973,10 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.18.0"
version = "3.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567"
checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600"
dependencies = [
"cfg-if",
"fastrand 2.3.0",
"getrandom 0.3.1",
"once_cell",
+1 -1
View File
@@ -331,7 +331,7 @@ syn = "1"
sysinfo = "0.33.0"
tap = "1.0.1"
tar = "0.4.44"
tempfile = "3.18"
tempfile = "3.19"
thiserror = "2.0"
time = "0.3.39"
tokio = "1.44"