Updated zcash_primitives dependencies

This commit is contained in:
CalDescent
2022-04-26 09:18:29 +01:00
parent 2981c4d286
commit 6d28a22509

View File

@@ -12,13 +12,13 @@ license = "MIT OR Apache-2.0"
edition = "2018"
[dependencies]
aes = "0.3"
aes = "0.6.0"
blake2b_simd = "0.5"
blake2s_simd = "0.5"
byteorder = "1"
crypto_api_chachapoly = "0.2.1"
ff = { version = "0.6", path = "../ff" }
fpe = "0.2"
fpe = "0.4.0"
hex = "0.3"
lazy_static = "1"
log = "0.4"