hdwallet 0.3.1

This release bumped secp256k1 to 0.21.
This commit is contained in:
Jack Grigg 2022-05-10 23:00:43 +00:00
parent 7a1e9fd580
commit a565c7e113
3 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,6 @@ codegen-units = 1
[patch.crates-io]
halo2_gadgets = { git = "https://github.com/zcash/halo2.git", rev = "30f92f3f4b785ea2a32392bf65c1b08f0411567c" }
halo2_proofs = { git = "https://github.com/zcash/halo2.git", rev = "30f92f3f4b785ea2a32392bf65c1b08f0411567c" }
hdwallet = { git = "https://github.com/nuttycom/hdwallet", rev = "9b4c1bdbe0517e3a7a8f285d6048a37d472ba3bc" }
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree", rev = "f23e3d89507849a24543121839eea6f40b141aff" }
orchard = { git = "https://github.com/zcash/orchard", rev = "15007026b1181b14f45c5c8cbf32e4fe86bc8d6b" }
reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "0e912de3000fe165daf58ad98d1a22f1a66e7f18" }

View File

@ -20,7 +20,7 @@ base64 = "0.13"
ff = "0.12"
group = "0.12"
hex = "0.4"
hdwallet = { version = "0.3.0", optional = true }
hdwallet = { version = "0.3.1", optional = true }
jubjub = "0.9"
log = "0.4"
nom = "7"

View File

@ -29,7 +29,7 @@ equihash = { version = "0.1", path = "../components/equihash" }
ff = "0.12"
fpe = "0.5"
group = "0.12"
hdwallet = { version = "0.3.0", optional = true }
hdwallet = { version = "0.3.1", optional = true }
hex = "0.4"
incrementalmerkletree = "=0.3.0-beta.2"
jubjub = "0.9"