chore(deps): bump enr + secp256k1 (#2443)

This commit is contained in:
Matthias Seitz
2023-04-28 20:05:00 +02:00
committed by GitHub
parent eb37bc7b37
commit a40f3d775c
12 changed files with 42 additions and 51 deletions

View File

@ -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",