From 6a6af4c63ab7737a8f958ab764f1bccd405b2f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:15:45 +0000 Subject: [PATCH] Update hex-literal requirement from 0.4 to 1.1 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.0...hex-literal-v1.1.0) --- updated-dependencies: - dependency-name: hex-literal dependency-version: 1.1.0 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 2a49199b..d980cd45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ wasm-bindgen-futures = { version = "0.4.50", optional = true } [dev-dependencies] # For examples env_logger = "0.11" -hex-literal = "0.4" +hex-literal = "1.1" wasm-bindgen-test = "0.3.50" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]