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:
@ -27,7 +27,7 @@ fixed-hash = { version = "0.8", default-features = false, features = [
|
||||
] }
|
||||
|
||||
# crypto
|
||||
secp256k1 = { version = "0.26.0", default-features = false, features = [
|
||||
secp256k1 = { version = "0.27.0", default-features = false, features = [
|
||||
"global-context",
|
||||
"alloc",
|
||||
"recovery",
|
||||
@ -75,7 +75,7 @@ proptest-derive = "0.3"
|
||||
|
||||
# necessary so we don't hit a "undeclared 'std'":
|
||||
# https://github.com/paradigmxyz/reth/pull/177#discussion_r1021172198
|
||||
secp256k1 = "0.26.0"
|
||||
secp256k1 = "0.27.0"
|
||||
criterion = "0.4.0"
|
||||
pprof = { version = "0.11", features = [
|
||||
"flamegraph",
|
||||
|
||||
Reference in New Issue
Block a user