Skip to content

Commit

Permalink
Merge pull request #9 from KomodoPlatform/bump-aes-version
Browse files Browse the repository at this point in the history
bump `aes` to `0.8.3` and `fpe` to `0.6`
  • Loading branch information
shamardy authored Apr 10, 2024
2 parents debae77 + 5fb4721 commit e92443a
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 @@ -16,7 +16,7 @@ edition = "2018"
all-features = true

[dependencies]
aes = "0.7"
aes = "0.8.3"
bitvec = "0.18"
blake2b_simd = "0.5"
blake2s_simd = "0.5"
Expand All @@ -25,7 +25,7 @@ byteorder = "1"
crypto_api_chachapoly = "0.4"
equihash = { version = "0.1", path = "../components/equihash" }
ff = "0.8"
fpe = "0.5"
fpe = "0.6"
group = "0.8"
hex = "0.4"
jubjub = "0.5.1"
Expand Down

0 comments on commit e92443a

Please sign in to comment.