chore(deps): upgrade secp256k1+enr (#1715)

This commit is contained in:
Matthias Seitz
2023-03-15 11:15:55 +01:00
committed by GitHub
parent 91f26f455f
commit 15d79cedad
15 changed files with 361 additions and 180 deletions

View File

@ -26,7 +26,7 @@ futures = "0.3"
tokio-stream = "0.1.11"
rand = "0.8.5"
arbitrary = { version = "1.1.7", features = ["derive"], optional = true }
secp256k1 = { version = "0.24.2", default-features = false, features = [
secp256k1 = { version = "0.26.0", default-features = false, features = [
"alloc",
"recovery",
"rand",
@ -39,7 +39,7 @@ tokio = { version = "1.21.2", features = ["full"] }
tokio-stream = { version = "0.1.11", features = ["sync"] }
arbitrary = { version = "1.1.7", features = ["derive"] }
hex-literal = "0.3"
secp256k1 = { version = "0.24.2", default-features = false, features = [
secp256k1 = { version = "0.26.0", default-features = false, features = [
"alloc",
"recovery",
"rand",