From a4e5df9190e65d4bbd9e6e336df861312b5d250b Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 12 Sep 2019 19:17:09 +0100 Subject: [PATCH] Upgrade to hex-literal 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c27a1dc9c..fe2a55ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand_core = "0.5" byteorder = "1" [dev-dependencies] -hex-literal = "0.1" +hex-literal = "0.2" rand = "0.7" rand_xorshift = "0.2" sha2 = "0.8"