Skip to main content

max / supernote-push

Bump mdns-sd 0.11 to 0.20.2 No source changes required: the ServiceDaemon/ServiceEvent/ServiceInfo surface used in discover.rs is unchanged across the nine minors. Builds clean, 12 tests pass, clippy quiet. Real-device LAN discovery still needs an eyeball on hardware.
Author: Max Johnson <me@maxj.phd> · 2026-07-22 22:20 UTC
Commit: 4974000bd7f49a285eadefee492e66407b2eb25f
Parent: 43e42af
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -10,7 +10,7 @@ categories = ["api-bindings", "network-programming"]
10 10
11 11 [dependencies]
12 12 ureq = "3.3"
13 - mdns-sd = "0.11"
13 + mdns-sd = "0.20"
14 14 serde = { version = "1", features = ["derive"] }
15 15 serde_json = "1"
16 16 thiserror = "2"