From ba6a898191c4825e69dcea1b5deaf7bcde4e05b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:09:44 +0000 Subject: [PATCH] chore(deps): update hex-literal requirement from 0.3.4 to 0.4.0 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.4...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 42d3847..c4f29d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ primitive-types = "0.12.1" maplit = "1.0.2" [dev-dependencies] -hex-literal = "0.3.4" +hex-literal = "0.4.0"