From 447d715c5f8cb8f67e85d6c782aa8ea57c2a9bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:11:18 +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] --- 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..593cbc8 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.0" clap = "4.0.4" anyhow = "1.0" cidr = "0.2.1" diff --git a/relay/Cargo.toml b/relay/Cargo.toml index d95eac3..72e28e5 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.0" [lib]