Skip to content

deps(deps): update mdns-sd requirement from 0.11 to 0.19 - #44

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mdns-sd-0.19
Closed

deps(deps): update mdns-sd requirement from 0.11 to 0.19#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/mdns-sd-0.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on mdns-sd to permit the latest version.

Release notes

Sourced from mdns-sd's releases.

v0.19.0

Breaking changes

  • ScopedIpV4 now carries interface_ids tracking which network interfaces discovered the address. The derived Eq/Hash now includes interface_ids, so two ScopedIpV4 values with the same IP but different interface lists are no longer equal. (commits 43bd8f3, 0661bf1, 247447b)

New features

  • New optional serde feature: adds Serialize/Deserialize on InterfaceId, ScopedIpV4, ScopedIpV6, ScopedIp, TxtProperties, TxtProperty, and ResolvedService. (commit c2c2f75)
  • New public APIs: ScopedIpV4::new(), ScopedIpV4::interface_ids(), InterfaceId::get_addrs().

Bug fixes

  • Avoid known-answer suppression when querying on a new interface, so address records are discovered promptly. (commit 468c5ee)
  • Track modified instances when removing records from an interface, so ServiceResolved events reflect updated addresses. (commit 7daa1d4)

What's Changed

New Contributors

Full Changelog: keepsimple1/mdns-sd@v0.18.2...v0.19.0

Changelog

Sourced from mdns-sd's changelog.

Version 0.19.0 (2026-04-04)

Breaking changes

  • ScopedIpV4 now carries interface_ids tracking which network interfaces discovered the address. The derived Eq/Hash now includes interface_ids, so two ScopedIpV4 values with the same IP but different interface lists are no longer equal. (commits 43bd8f3, 0661bf1, 247447b)

New features

  • New optional serde feature: adds Serialize/Deserialize on InterfaceId, ScopedIpV4, ScopedIpV6, ScopedIp, TxtProperties, TxtProperty, and ResolvedService. (commit c2c2f75)
  • New public APIs: ScopedIpV4::new(), ScopedIpV4::interface_ids(), InterfaceId::get_addrs().

Bug fixes

  • Avoid known-answer suppression when querying on a new interface, so address records are discovered promptly. (commit 468c5ee)
  • Track modified instances when removing records from an interface, so ServiceResolved events reflect updated addresses. (commit 7daa1d4)

All changes

  • 3903f09 2026-04-04 refactoring: simplify handle_query (#452) (keepsimple1)
  • b6ddc18 2026-04-04 refactoring: move add_answer_with_additionals into struct DnsOutgoing (#451) (keepsimple1)
  • 468c5ee 2026-04-03 fix: avoid known-answer suppression when querying on a new interface (#450) (keepsimple1)
  • 7daa1d4 2026-04-01 fix: track modified_instances when removing records from an interface (#448) (keepsimple1)
  • 247447b 2026-03-26 fix: ScopedIp considered Eq when interface_ids change (#446) (keepsimple1)
  • 0661bf1 2026-03-24 refactoring: ScopedIpV4 to use multiple InterfaceIds (#444) (keepsimple1)
  • c2c2f75 2026-03-15 Serde Deserialize+Serialize implementation (#440) (Rascal)
  • 43bd8f3 2026-03-13 add interface_id in ScopedIpV4 (#439) (keepsimple1)

Thanks and welcome our new contributor @​Rascal !

Verison 0.18.2 (2026-03-10)

  • A bugfix: refresh of address records didn't work when hostname is not lowercase.

All changes

  • ec1e733 2026-03-11 fix: Refresh of A and AAAA records (#441) (hrzlgnm)

Version 0.18.1 (2026-02-28)

  • A bugfix for disable_interface with an IPv4 address: clarified that the semantics is to disable IPv4 on the interface identified by the IPv4 address.
  • Added new variants for IfKind enum: IndexIPV4(u32) and IndexIPV6(u32).

All changes

  • 7e04122 2026-02-28 fix(test): use all IPv4 interfaces in test_disable_interface_cache (#435) (keepsimple1)

Version 0.18.0 (2026-02-15)

A few new features, documentation enhancements and breaking changes.

... (truncated)

Commits
  • d5f9060 Release: bump version to 0.19.0 (#453)
  • 3903f09 refactoring: simplify handle_query (#452)
  • b6ddc18 refactoring: move add_answer_with_additionals into struct DnsOutgoing (#451)
  • 468c5ee fix: avoid known-answer suppression when querying on a new interface (#450)
  • 7daa1d4 fix: track modified_instances when removing records from an interface (#448)
  • 247447b fix: ScopedIp considered Eq when interface_ids change (#446)
  • 0661bf1 refactoring: ScopedIpV4 to use multiple InterfaceIds (#444)
  • c2c2f75 Serde Deserialize+Serialize implementation (#440)
  • 43bd8f3 add interface_id in ScopedIpV4 (#439)
  • e73c947 bump up version to 0.18.2 (#442)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [mdns-sd](https://github.com/keepsimple1/mdns-sd) to permit the latest version.
- [Release notes](https://github.com/keepsimple1/mdns-sd/releases)
- [Changelog](https://github.com/keepsimple1/mdns-sd/blob/main/CHANGELOG.md)
- [Commits](keepsimple1/mdns-sd@v0.11.0...v0.19.0)

---
updated-dependencies:
- dependency-name: mdns-sd
  dependency-version: 0.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 6, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #46.

@dependabot dependabot Bot closed this May 25, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/mdns-sd-0.19 branch May 25, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants