chore(deps): update rust crate tempfile to 3.10.1

This commit is contained in:
renovate[bot]
2024-04-03 22:31:44 +00:00
committed by GitHub
parent 44ef772e4a
commit 6be94d8683
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -293,9 +293,9 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.10.0"
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
"fastrand",
+1 -1
View File
@@ -24,7 +24,7 @@ unicode-width = "0.1.11"
pretty_assertions = "1"
assert_cmd = "2.0.14"
predicates = "3.1.0"
tempfile = "3.10.0"
tempfile = "3.10.1"
# The profile that 'cargo dist' will build with
[profile.dist]