Merge pull request #429 from str4d/bump-deps

Bump dependencies
This commit is contained in:
str4d 2021-08-23 21:25:59 +01:00 committed by GitHub
commit 19a97f1694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 10 deletions

View File

@ -17,11 +17,6 @@ panic = 'abort'
codegen-units = 1 codegen-units = 1
[patch.crates-io] [patch.crates-io]
# To resolve the funty mess. Removing this probably blocks on a nom 7 release.
# - https://github.com/Geal/nom/issues/1302
# - https://github.com/Geal/nom/pull/1304
nom = { git = "https://github.com/myrrlyn/nom.git", rev = "d6b81f5303b0a347726e1f3f428751f376e7b771" }
# In development. # In development.
halo2 = { git = "https://github.com/zcash/halo2.git", rev = "27c4187673a9c6ade13fbdbd4f20955530c22d7f" } halo2 = { git = "https://github.com/zcash/halo2.git", rev = "27c4187673a9c6ade13fbdbd4f20955530c22d7f" }
orchard = { git = "https://github.com/zcash/orchard.git", rev = "d0baa18fc6105df4a7847de2b6dc50c5919b3123" } orchard = { git = "https://github.com/zcash/orchard.git", rev = "d0baa18fc6105df4a7847de2b6dc50c5919b3123" }

View File

@ -17,7 +17,7 @@ blake2b_simd = "0.5"
bs58 = { version = "0.4", features = ["check"] } bs58 = { version = "0.4", features = ["check"] }
[dev-dependencies] [dev-dependencies]
proptest = "0.10.1" proptest = "1"
[lib] [lib]
bench = false bench = false

View File

@ -21,7 +21,7 @@ ff = "0.10"
group = "0.10" group = "0.10"
hex = "0.4" hex = "0.4"
jubjub = "0.7" jubjub = "0.7"
nom = "6.1" nom = "7"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
proptest = { version = "1.0.0", optional = true } proptest = { version = "1.0.0", optional = true }
protobuf = "2.20" protobuf = "2.20"

View File

@ -16,7 +16,7 @@ edition = "2018"
all-features = true all-features = true
[dependencies] [dependencies]
aes = "0.6" aes = "0.7"
bitvec = "0.22" bitvec = "0.22"
bip0039 = { version = "0.8.0", features = ["std", "all-languages"] } bip0039 = { version = "0.8.0", features = ["std", "all-languages"] }
blake2b_simd = "0.5" blake2b_simd = "0.5"
@ -26,7 +26,7 @@ byteorder = "1"
crypto_api_chachapoly = "0.4" crypto_api_chachapoly = "0.4"
equihash = { version = "0.1", path = "../components/equihash" } equihash = { version = "0.1", path = "../components/equihash" }
ff = "0.10" ff = "0.10"
fpe = "0.4" fpe = "0.5"
group = "0.10" group = "0.10"
hex = "0.4" hex = "0.4"
incrementalmerkletree = "0.1" incrementalmerkletree = "0.1"
@ -53,7 +53,7 @@ rand_xorshift = "0.3"
orchard = { version = "0.0", features = ["test-dependencies"] } orchard = { version = "0.0", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies] [target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.4.2", features = ["criterion", "flamegraph"] } pprof = { version = "0.5", features = ["criterion", "flamegraph"] }
[features] [features]
transparent-inputs = ["ripemd160", "secp256k1"] transparent-inputs = ["ripemd160", "secp256k1"]