chore: pin git dependencies to specific revs (#4552)

This commit is contained in:
DaniPopes
2023-09-11 16:25:35 +02:00
committed by GitHub
parent 692a081d8d
commit 7dd14a7eba
6 changed files with 87 additions and 49 deletions

View File

@ -19,7 +19,7 @@ reth-net-common = { path = "../common" }
reth-net-nat = { path = "../nat" }
# ethereum
discv5 = { git = "https://github.com/sigp/discv5" }
discv5.workspace = true
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery", "serde"] }
enr = { workspace = true, default-features = false, features = ["rust-secp256k1"] }