Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): update enr requirement from 0.10 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [enr](https://github.com/sigp/enr) to permit the latest version.
- [Release notes](https://github.com/sigp/enr/releases)
- [Commits](sigp/enr@v0.10.0...v0.12.0)

---
updated-dependencies:
- dependency-name: enr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 51fe937 commit 438bceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ futures-channel = { workspace = true, optional = true }
pin-project.workspace = true

# peer-related admin namespace
enr = { version = "0.10", default-features = false, features = ["k256", "serde"] }
enr = { version = "0.12", default-features = false, features = ["k256", "serde"] }

# tracing
tracing = { workspace = true, features = ["attributes"] }
Expand Down

0 comments on commit 438bceb

Please sign in to comment.