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"] }

View File

@ -15,7 +15,7 @@ Helpers for working around NAT
# nat
public-ip = "0.2"
## fork of rust-igd with ipv6 support: https://github.com/sbstp/rust-igd/issues/47
igd = { git = "https://github.com/stevefan1999-personal/rust-igd", features = ["aio", "tokio1"] }
igd = { workspace = true, features = ["aio", "tokio1"] }
# misc
tracing.workspace = true