From 9463e41cab90554a05c00759e7db3c027b5eeeb4 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 26 Jan 2021 22:58:03 +0000 Subject: [PATCH] hex-literal 0.3 --- zcash_primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index db24e284f..93aa6e9ca 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -43,7 +43,7 @@ funty = "=1.1.0" [dev-dependencies] criterion = "0.3" -hex-literal = "0.2" +hex-literal = "0.3" proptest = "0.10.1" rand_xorshift = "0.2"