From e731b7e2dc0597c986f00cd094d2947d67043d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:07:32 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 116b29f..12c6fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ wasm-bindgen-futures = { version = "0.4.18", optional = true } [dev-dependencies] # For examples env_logger = "0.9" -hex-literal = "0.3" +hex-literal = "0.4" wasm-bindgen-test = "0.3.19" #[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]