Fix upnp deps

This commit is contained in:
Igor Katson 2023-12-06 01:20:09 +00:00
parent 075084ae51
commit 86ff68e513
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -17,7 +17,7 @@ anyhow = "1"
reqwest = {version = "0.11"}
serde = {version = "1", features = ["derive"]}
serde-xml-rs = "0.6.0"
tokio = {version = "1"}
tokio = {version = "1", features = ["macros"]}
futures = "0.3"
url = "2"
async-recursion = "1"