From c25f45eb5f777f57f98b73511ef1b25888236db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:20:38 +0000 Subject: [PATCH] Update hex-literal requirement from 0.3 to 0.4 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.3.0...hex-literal-v0.4.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mla/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mla/Cargo.toml b/mla/Cargo.toml index b2097db..1174b8b 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -36,7 +36,7 @@ brotli-decompressor = { version = "=2.3.3" } [dev-dependencies] -hex-literal = { version = "0.3", default-features = false} +hex-literal = { version = "0.4", default-features = false} aes-gcm = { version = "0.10", default-features = false, features = ["aes"]} aead = { version = "0.5", default-features = false, features = ["alloc"]} criterion = { version = "0.4", default-features = false}