Merge pull request #197 from zcash/fpe-0.5

`fpe 0.5`
This commit is contained in:
str4d 2021-09-13 18:50:39 +01:00 committed by GitHub
commit 4a85644025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,13 @@ publish = false
rustdoc-args = [ "--html-in-header", "katex-header.html" ]
[dependencies]
aes = "0.6"
aes = "0.7"
arrayvec = "0.7.0"
bigint = "4"
bitvec = "0.22"
blake2b_simd = "0.5"
ff = "0.11"
fpe = "0.4"
fpe = "0.5"
group = "0.11"
halo2 = "0.0"
lazy_static = "1"
@ -52,7 +52,7 @@ hex = "0.4"
proptest = "1.0.0"
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.4.2", features = ["criterion", "flamegraph"] }
pprof = { version = "0.5", features = ["criterion", "flamegraph"] }
[lib]
bench = false