From ddbabcd12cbe60a7921e280ad93476faf4d4212a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 23:37:59 +0300 Subject: [PATCH] Update hex-literal requirement from 0.2.0 to 0.3.1 (#44) Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.2.0...hex-literal-v0.3.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e900a9a..bcb7177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib", "staticlib"] schnorrkel = { version="0.9.1" } [dev-dependencies] -hex-literal = "0.2.0" +hex-literal = "0.3.1" rand = "0.7.0" [build-dependencies]