Fix upnp deps
This commit is contained in:
parent
075084ae51
commit
86ff68e513
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ anyhow = "1"
|
||||||
reqwest = {version = "0.11"}
|
reqwest = {version = "0.11"}
|
||||||
serde = {version = "1", features = ["derive"]}
|
serde = {version = "1", features = ["derive"]}
|
||||||
serde-xml-rs = "0.6.0"
|
serde-xml-rs = "0.6.0"
|
||||||
tokio = {version = "1"}
|
tokio = {version = "1", features = ["macros"]}
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
url = "2"
|
url = "2"
|
||||||
async-recursion = "1"
|
async-recursion = "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue