Bump `tempfile` to 3.5.0 to mitigate RUSTSEC-2023-0018…

See https://rustsec.org/advisories/RUSTSEC-2023-0018

This is one of multiple audit failures reported in: https://github.com/zcash/librustzcash/issues/816
This commit is contained in:
Nate Wilcox 2023-04-14 16:40:13 -07:00
parent 47596b08ff
commit 25f03f8dc0
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ jubjub = "0.10"
proptest = "1.0.0"
rand_core = "0.6"
rand_xorshift = "0.3"
tempfile = "3.1.0"
tempfile = "3.5.0"
zcash_proofs = { version = "0.10", path = "../zcash_proofs", default-features = false }
zcash_address = { version = "0.2", path = "../components/zcash_address", features = ["test-dependencies"] }

View File

@ -49,7 +49,7 @@ assert_matches = "1.5"
proptest = "1.0.0"
rand_core = "0.6"
regex = "1.4"
tempfile = "3"
tempfile = "3.5.0"
zcash_note_encryption = "0.3"
zcash_proofs = { version = "0.10", path = "../zcash_proofs" }
zcash_primitives = { version = "0.10", path = "../zcash_primitives", features = ["test-dependencies"] }