1
0
Fork 0
mirror of https://codeberg.org/icewind/prometheus-mdns-rs.git synced 2026-06-04 02:14:09 +02:00

use mdns 1.1

This commit is contained in:
Robin Appelman 2020-01-31 22:12:39 +01:00
commit 5396a883ec
3 changed files with 29 additions and 65 deletions

View file

@ -10,7 +10,7 @@ repository = "https://github.com/icewind1991/prometheus-mdns-rs"
keywords = ["mdns", "prometheus"]
[dependencies]
mdns = "1.0"
mdns = "1.1"
tokio = { version = "0.2.4", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"