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

35
Cargo.lock generated
View File

@@ -362,18 +362,6 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "attohttpc"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247"
dependencies = [
"http 0.2.11",
"log",
"url",
"wildmatch",
]
[[package]]
name = "attohttpc"
version = "0.24.1"
@@ -3677,19 +3665,6 @@ dependencies = [
"windows",
]
[[package]]
name = "igd"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556b5a75cd4adb7c4ea21c64af1c48cefb2ce7d43dc4352c720a1fe47c21f355"
dependencies = [
"attohttpc 0.16.3",
"log",
"rand",
"url",
"xmltree",
]
[[package]]
name = "igd-next"
version = "0.14.3"
@@ -3697,7 +3672,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4"
dependencies = [
"async-trait",
"attohttpc 0.24.1",
"attohttpc",
"bytes",
"futures",
"http 0.2.11",
@@ -5221,7 +5196,7 @@ dependencies = [
"genesis",
"hex",
"if-addrs 0.6.7",
"igd",
"igd-next",
"itertools",
"lazy_static",
"lighthouse_metrics",
@@ -8966,12 +8941,6 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
[[package]]
name = "wildmatch"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a"
[[package]]
name = "winapi"
version = "0.3.9"