Move from igd to igd-next (#5068)

* Move from igd to igd-next

* Fix clippy error

warning: useless conversion to the same type: `std::net::IpAddr`
This commit is contained in:
Akihito Nakano
2024-02-01 00:48:01 +09:00
committed by GitHub
parent 8353ec9785
commit b9c519d565
3 changed files with 20 additions and 45 deletions

View File

@@ -35,7 +35,7 @@ lazy_static = { workspace = true }
lighthouse_metrics = { workspace = true }
logging = { workspace = true }
task_executor = { workspace = true }
igd = "0.12.1"
igd-next = "0.14.3"
itertools = { workspace = true }
num_cpus = { workspace = true }
lru_cache = { workspace = true }