zcash_primitives: Migrate to `fpe 0.6`

Part of zcash/librustzcash#757.
This commit is contained in:
Jack Grigg 2023-04-11 13:26:58 +00:00
parent 2fcde5e047
commit d2ccd1f017
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ blake2s_simd = "1"
ripemd = { version = "0.1", optional = true }
# - ZIP 32
aes = "0.7"
fpe = "0.5"
aes = "0.8"
fpe = "0.6"
[dependencies.zcash_note_encryption]
version = "0.3"