diff --git a/components/zcash_note_encryption/Cargo.toml b/components/zcash_note_encryption/Cargo.toml index b749ed0e9..caf262480 100644 --- a/components/zcash_note_encryption/Cargo.toml +++ b/components/zcash_note_encryption/Cargo.toml @@ -19,4 +19,4 @@ group = "0.8" rand_core = "0.5.1" [dev-dependencies] -zcash_primitives = { version = "0.4", path = "../../zcash_primitives" } +zcash_primitives = { version = "0.5", path = "../../zcash_primitives" }