From 413f589e6c2a9091bd70161cbe6b2136228ee292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:32:41 +0000 Subject: [PATCH] Update hex-literal requirement from 0.3.4 to 0.4.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.3.4...hex-literal-v0.4.1) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- evm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 63f4ec0c..da327a79 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -16,7 +16,7 @@ env_logger = "0.10.0" eth_trie_utils = "0.6.0" ethereum-types = "0.14.0" hex = { version = "0.4.3", optional = true } -hex-literal = "0.3.4" +hex-literal = "0.4.1" itertools = "0.10.3" keccak-hash = "0.10.0" log = "0.4.14"