From 4d5172f152857900306383276205bf4148d0e158 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 11:31:45 +0000 Subject: [PATCH] Update hex-literal requirement from 0.1 to 0.3 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.1.2...hex-literal-v0.3.1) Signed-off-by: dependabot-preview[bot] --- mla/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mla/Cargo.toml b/mla/Cargo.toml index b714f8bb..0c387765 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -34,7 +34,7 @@ sha2 = "0" zeroize = "1" [dev-dependencies] -hex-literal = "0.1" +hex-literal = "0.3" aes-gcm = "0" aead = "0" criterion = "0.3"