From 53b8c9ffd750bf6de03aca4eb959e2874accd87e Mon Sep 17 00:00:00 2001 From: Shane Snover Date: Sun, 24 Sep 2023 19:05:23 -0600 Subject: [PATCH] Bump the zeroconf version --- rs-matter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs-matter/Cargo.toml b/rs-matter/Cargo.toml index cdccfd4..8e49474 100644 --- a/rs-matter/Cargo.toml +++ b/rs-matter/Cargo.toml @@ -78,7 +78,7 @@ x509-cert = { version = "0.2.0", default-features = false, features = ["pem"], o astro-dnssd = { version = "0.3" } [target.'cfg(target_os = "linux")'.dependencies] -zeroconf = { version = "0.11.1", optional = true, git = "https://github.com/ssnover/zeroconf-rs" } +zeroconf = { version = "0.12", optional = true } [target.'cfg(not(target_os = "espidf"))'.dependencies] mbedtls = { version = "0.9", optional = true }