Skip to content

Commit

Permalink
Merge pull request #2 from KomodoPlatform/bump-aes-and-fpe
Browse files Browse the repository at this point in the history
bump deps
  • Loading branch information
onur-ozkan authored May 30, 2023
2 parents 95fa511 + e42296a commit 690f8af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zcash_client_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
bech32 = "0.8"
bech32 = "0.9.1"
bls12_381 = "0.3.1"
bs58 = { version = "0.4", features = ["check"] }
base64 = "0.13"
Expand Down
2 changes: 1 addition & 1 deletion zcash_client_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
bech32 = "0.8"
bech32 = "0.9.1"
bs58 = { version = "0.4", features = ["check"] }
ff = "0.8"
group = "0.8"
Expand Down
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.6"
aes = "0.7"
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.4"
fpe = "0.5"
group = "0.8"
hex = "0.4"
jubjub = "0.5.1"
Expand Down

0 comments on commit 690f8af

Please sign in to comment.