diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index b30ddd99..22de4402 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -19,7 +19,7 @@ futures-core = "0.3" futures-util = "0.3" hmac = "0.12" hyper = { version = "0.14", features = ["http1", "server", "tcp"] } -libmdns = "0.7" +libmdns = "0.8" log = "0.4" rand = "0.8" serde_json = "1.0"