From cc01d162f8366ac36bfc773140eaf046ed4a921e Mon Sep 17 00:00:00 2001 From: ghassmo Date: Sun, 19 Sep 2021 20:50:52 +0300 Subject: [PATCH] remove duplicate 'hex' dependency from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d993dc8e..a245e924c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ bellman = { version = "0.8", default-features = false, features = ["groth16"] } bls12_381 = "0.3.1" jubjub = "0.5.1" bs58 = "0.4.0" -hex = "0.4" zcash_primitives = "0.5.0" zcash_proofs = "0.5.0"