mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): bump enr + secp256k1 (#2443)
This commit is contained in:
@ -19,13 +19,13 @@ reth-net-nat = { path = "../nat" }
|
||||
|
||||
# ethereum
|
||||
discv5 = { git = "https://github.com/sigp/discv5" }
|
||||
secp256k1 = { version = "0.26.0", features = [
|
||||
secp256k1 = { version = "0.27.0", features = [
|
||||
"global-context",
|
||||
"rand-std",
|
||||
"recovery",
|
||||
"serde"
|
||||
] }
|
||||
enr = { version = "0.8.0", default-features = false, features = [
|
||||
enr = { version = "0.8.1", default-features = false, features = [
|
||||
"rust-secp256k1",
|
||||
] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user