From d476e6d3d58a23553487c880810c666ef0609297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:22:06 +0000 Subject: [PATCH] chore(deps): update enr requirement from 0.8.1 to 0.9.0 Updates the requirements on [enr](https://github.com/sigp/enr) to permit the latest version. - [Release notes](https://github.com/sigp/enr/releases) - [Commits](https://github.com/sigp/enr/compare/v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: enr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ethers-providers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index c7c9ca0ac..b25d45a6f 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -50,7 +50,7 @@ futures-channel = { workspace = true, optional = true } pin-project.workspace = true # peer-related admin namespace -enr = { version = "0.8.1", default-features = false, features = ["k256", "serde"] } +enr = { version = "0.9.0", default-features = false, features = ["k256", "serde"] } # tracing tracing = { workspace = true, features = ["attributes"] }