fix(deps): update rust crate mdns-sd to v0.13.3 #768
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.13.2
->0.13.3
Release Notes
keepsimple1/mdns-sd (mdns-sd)
v0.13.3
Compare Source
Highlights
TxtProperties
: Supportinto_property_map_str
.ResolvedService
that can be created fromServiceInfo
.enable_interface
.All changes
3e6842f 2025-02-28
enable_interface: support loopback interface (#317) (keepsimple1)7e77a5e 2025-02-26
fix: remove related addresses in the cache when disabling an interface (#316) (keepsimple1)735fb22 2025-02-22
refactoring: move handle_poller_events into Zeroconf impl (#315) (keepsimple1)e886787 2025-02-20
ci: add doc check and fail if there are any warnings (#310) (CosminPerRam)9d92545 2025-02-18
refactoring: make e_fmt! available within the crate (#311) (keepsimple1)4b671d4 2025-02-14
ResolvedService: a new plain struct for attributes of a service (#302) (keepsimple1)349de66 2025-02-13
fix: include loopback addresses in filtering criteria (#306) (Minetake)026a745 2025-02-09
refactoring: property length check (#305) (keepsimple1)818f37c 2025-02-10
TXT record: docs to remind users of the maximum length of the attribute. (#304) (Lazy Panda)fba8025 2025-02-09
TxtProperties: new method to get a HashMap of properties (#303) (keepsimple1)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Updates the mdns-sd crate to v0.13.3, which includes support for loopback interfaces, a new struct for resolved services, and bug fixes.
Bug Fixes:
Enhancements:
enable_interface
.ResolvedService
, a new struct for attributes of a service.into_property_map_str
support toTxtProperties
.TxtProperties
.