Skip to content

Commit

Permalink
zcash_primitives: Migrate to fpe 0.6
Browse files Browse the repository at this point in the history
Part of #757.
  • Loading branch information
str4d committed Apr 11, 2023
1 parent 2fcde5e commit d2ccd1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zcash_primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d2ccd1f

Please sign in to comment.