mirror of
https://codeberg.org/icewind/prometheus-mdns-rs.git
synced 2026-06-03 18:04:11 +02:00
tokio 1.0
This commit is contained in:
parent
5396a883ec
commit
3cc7b27d90
2 changed files with 251 additions and 285 deletions
|
|
@ -10,8 +10,8 @@ repository = "https://github.com/icewind1991/prometheus-mdns-rs"
|
|||
keywords = ["mdns", "prometheus"]
|
||||
|
||||
[dependencies]
|
||||
mdns = "1.1"
|
||||
tokio = { version = "0.2.4", features = ["macros"] }
|
||||
mdns = "2.0"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
atomicwrites = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue