Skip to content

Commit

Permalink
chore: bump enr
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Mar 11, 2024
1 parent ce06a6a commit b50c3e9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 39 deletions.
56 changes: 19 additions & 37 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ pin-project = "1.0.12"
futures-util = "0.3.25"

# p2p
discv5 = "0.4"
discv5 = "0.4.1"
igd-next = "0.14.3"

# rpc
Expand All @@ -269,7 +269,7 @@ secp256k1 = { version = "0.28", default-features = false, features = [
"rand-std",
"recovery",
] }
enr = { version = "0.10", default-features = false, features = ["k256"] }
enr = { version = "0.10.1", default-features = false, features = ["k256"] }

# for eip-4844
c-kzg = "0.4.2"
Expand Down

0 comments on commit b50c3e9

Please sign in to comment.