mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): upgrade secp256k1+enr (#1715)
This commit is contained in:
@ -47,7 +47,7 @@ tokio-util = { version = "0.7.4", features = ["io", "codec"] }
|
||||
hex-literal = "0.3"
|
||||
hex = "0.4"
|
||||
rand = "0.8"
|
||||
secp256k1 = { version = "0.24.2", features = ["global-context", "rand-std", "recovery"] }
|
||||
secp256k1 = { version = "0.26.0", features = ["global-context", "rand-std", "recovery"] }
|
||||
|
||||
arbitrary = { version = "1.1.7", features = ["derive"] }
|
||||
proptest = { version = "1.0" }
|
||||
|
||||
Reference in New Issue
Block a user