diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index de8815b468..f51a1193f7 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -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" @@ -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"