Merge pull request #27677 from AleoHQ/dependabot/cargo/testnet3/tempfile-3.10.1

Bump tempfile from 3.10.0 to 3.10.1
This commit is contained in:
d0cd 2024-03-18 17:55:42 -07:00 committed by GitHub
commit 43f4a57a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3687,9 +3687,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 2.0.1",

View File

@ -52,4 +52,4 @@ version = "2.9"
version = "1.9.4"
path = "../../compiler/passes"
[dependencies]
tempfile = "3.10.0"
tempfile = "3.10.1"