diff --git a/Cargo.toml b/Cargo.toml index 27bfe2d13..874cb4da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,5 @@ codegen-units = 1 zcash_encoding = { path = "components/zcash_encoding" } zcash_note_encryption = { path = "components/zcash_note_encryption" } orchard = { git = "https://github.com/zcash/orchard.git", rev = "33f1c1141e50adb68715f3359bd75378b4756cca" } -group = { git = "https://github.com/zkcrypto/group.git", rev = "f61e3e420ed1220c8f1f80988f8c6c5e202d8715" } schemer = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" } schemer-rusqlite = { git = "https://github.com/aschampion/schemer.git", rev = "6726b60f43f72c6e24a18d31be0ec7d42829e5e1" } diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index 6e5efbd81..d04de19c1 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -30,7 +30,7 @@ chacha20poly1305 = "0.10" equihash = { version = "0.2", path = "../components/equihash" } ff = "0.12" fpe = "0.5" -group = { version = "0.12", features = ["wnaf-memuse"] } +group = { version = "0.12.1", features = ["wnaf-memuse"] } hdwallet = { version = "0.3.1", optional = true } hex = "0.4" incrementalmerkletree = "0.3"