From fd42f74cc193e33a70ca03a91845ed4e840cb84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 04:02:19 +0000 Subject: [PATCH] chore(deps): 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. - [Release notes](https://github.com/RustCrypto/utils/releases) - [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] --- cli/Cargo.toml | 2 +- relay/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f9d385a..7a708e8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "std"] } trust-dns-resolver = "0.22" task-group = { git = "https://github.com/vorot93/task-group" } hex = "0.4" -hex-literal = "0.3.4" +hex-literal = "0.4.1" clap = "4.0.4" anyhow = "1.0" cidr = "0.2.1" diff --git a/relay/Cargo.toml b/relay/Cargo.toml index d95eac3..2a5c9dd 100644 --- a/relay/Cargo.toml +++ b/relay/Cargo.toml @@ -41,6 +41,6 @@ tower = { version = "0.4", features = ["full"] } [dev-dependencies] ruint = { version = "1.3.0", features = ["fastrlp"] } -hex-literal = "0.3.4" +hex-literal = "0.4.1" [lib]