From ec4700ee80ed817029f38480d254b59bd4d95ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:18:15 +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 22f090d..78ea0bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ url = "2.1.1" log = "0.4" [dev-dependencies] -hex-literal = "0.4.1" +hex-literal = "1.0.0" matches = "0.1.6" [lints.rust]