From 0dd2a4d6e4f6807abce13a2ba82516ba7648c16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:25:06 +0000 Subject: [PATCH] Update hex-literal requirement from 0.4.1 to 1.0.0 Updates the requirements on [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 334de5c..1d9f95b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rfc6381-codec = "0.2" log = "0.4" [dev-dependencies] -hex-literal = "0.4.1" +hex-literal = "1.0.0" criterion = "0.5" test-case = "3.0.0" iai-callgrind = "0.14.0"