From a44f5828a06c5484ef5854003f887c9ec38c5cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 00:33:15 +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. - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.0...hex-literal-v0.4.1) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ethcontract/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethcontract/Cargo.toml b/ethcontract/Cargo.toml index 6d8af8c4..c2115cf4 100644 --- a/ethcontract/Cargo.toml +++ b/ethcontract/Cargo.toml @@ -53,5 +53,5 @@ web3 = { version = "0.18", default-features = false, features = ["signing"] } zeroize = "1.1" [dev-dependencies] -hex-literal = "0.3" +hex-literal = "0.4" tokio = { version = "1.6", features = ["macros"] }