mirror of
https://codeberg.org/icewind/prometheus-mdns-rs.git
synced 2026-06-03 18:04:11 +02:00
update dependencies
This commit is contained in:
parent
cb2cca7701
commit
4c6287ecaa
2 changed files with 122 additions and 110 deletions
|
|
@ -10,7 +10,7 @@ repository = "https://github.com/icewind1991/prometheus-mdns-rs"
|
|||
keywords = ["mdns", "prometheus"]
|
||||
|
||||
[dependencies]
|
||||
mdns = { version = "0.3", git = "https://github.com/icewind1991/mdns", branch = "async_await" }
|
||||
mdns = { version = "0.3", git = "https://github.com/dylanmckay/mdns", branch = "master" }
|
||||
tokio = { version = "0.2.4", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue