Skip to content

Commit

Permalink
Bump enr from 0.8.1 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [enr](https://github.com/sigp/enr) from 0.8.1 to 0.10.0.
- [Release notes](https://github.com/sigp/enr/releases)
- [Commits](sigp/enr@v0.8.1...v0.10.0)

---
updated-dependencies:
- dependency-name: enr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 4395f37 commit 75a129f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion corebc-providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ futures-channel = { workspace = true, optional = true }
pin-project.workspace = true

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

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

0 comments on commit 75a129f

Please sign in to comment.