chore(deps): update rust crate mdns-sd to 0.21 #29
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/mdns-sd-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.20→0.21Release Notes
keepsimple1/mdns-sd (mdns-sd)
v0.21.0Compare Source
Breaking changes
per RFC 6762 section 17.
A record too big for one packet is still sent alone, in a packet of up to the RFC's
9000-byte ceiling, so no record is dropped. Users that need to change the limit
can call the new
ServiceDaemon::set_max_packet_size().New features
ServiceDaemon::set_max_packet_size()to change the max byte size of outgoingpackets on the interfaces matching a given
IfKind, and export the new default asMAX_PKT_DEFAULT. (#487, commit82711a8)RecvError,RecvTimeoutErrorandTryRecvErrorfromflume, so that a caller can name them without addingflumeas a direct dependency. (#488, commit
20c0eac)Bug fixes / improvements
(8972 and 8952 bytes) so that each stays within the RFC's 9000-byte limit including
its own IP header. (#487, commit
82711a8)All changes
6bf2bdb 2026-08-09refactor: extract the code that does cache flush (#490) (keepsimple1)20c0eac 2026-08-08feat: re-export Receiver error types (#488) (#489) (keepsimple1)82711a8 2026-08-07feat: limit generated packet size per RFC 6762 section 17 (#487) (keepsimple1)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.