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

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