Merge pull request #818 from nathan-at-least/resolve-RUSTSEC-2023-0018

Bump `tempfile` to 3.5.0 to mitigate RUSTSEC-2023-0018…
This commit is contained in:
Kris Nuttycombe 2023-05-22 20:19:43 -06:00 committed by GitHub
commit 4b3ea857df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.11", path = "../zcash_proofs", default-features = false }
zcash_address = { version = "0.2", path = "../components/zcash_address", features = ["test-dependencies"] }

View File

@ -50,7 +50,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.11", path = "../zcash_proofs" }
zcash_primitives = { version = "0.11", path = "../zcash_primitives", features = ["test-dependencies"] }