diff --git a/Cargo.toml b/Cargo.toml index 37ee056..92b24b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = [ "reuse_port" ] reuse_port = [] [dependencies] -util = { package = "webrtc-util", version = "0.1.18" } +util = { package = "webrtc-util", version = "0.1.19", default-features = false, features = ["error", "ifaces"] } lazy_static = "1.3.0" tokio = { version = "^1.0", features = ["full"] } log = "0.4" @@ -41,4 +41,4 @@ bench = false [[example]] name = "mdns_server_query" path = "examples/mdns_server_query.rs" -bench = false \ No newline at end of file +bench = false