Skip to content

chore(deps)(deps): bump mdns-sd from 0.11.5 to 0.18.2#7

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/mdns-sd-0.18.2
Open

chore(deps)(deps): bump mdns-sd from 0.11.5 to 0.18.2#7
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/mdns-sd-0.18.2

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps mdns-sd from 0.11.5 to 0.18.2.

Release notes

Sourced from mdns-sd's releases.

v0.18.2

What's Changed

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

All changes

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

v0.18.1

What's Changed

  • 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

Full Changelog: keepsimple1/mdns-sd@v0.18.0...v0.18.1

v0.18.0

What's Changed

A few new features, documentation enhancements and breaking changes.

Breaking changes

  • Removed one default feature: reuseport. It is handled transparently now. (see commit 58bc8c5)
  • New feature: support . and \ in instance names (see commit 3481b94)
  • New internal fix: proper cleanup on daemon shutdown (see commit 8d24304)
  • New internal fix: exclude point-to-point interfaces by default (e.g. tunnel interface) (see commit 85b6cd9)

All changes

New Contributors

... (truncated)

Changelog

Sourced from mdns-sd's changelog.

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.

Breaking changes

  • Removed one default feature: reuseport. It is handled transparently now. (see commit 58bc8c5)
  • New feature: support . and \ in instance names (see commit 3481b94)
  • New internal fix: proper cleanup on daemon shutdown (see commit 8d24304)
  • New internal fix: exclude point-to-point interfaces by default (e.g. tunnel interface) (see commit 85b6cd9)

All changes

  • b694333 2026-02-12 Added documentation about service name length (FelixSelter)
  • 85b6cd9 2026-02-10 fix for macOS: exclude IFF_POINTTOPOINT interfaces and exclude Apple P2P interfaces by default (#425) (keepsimple1)
  • 58bc8c5 2026-02-09 fix: invert reuseport feature (#430) (keepsimple1)
  • 8d24304 2026-02-07 feat: add proper cleanup on daemon shutdown (#421) (Thibaut M.)
  • 69418d6 2026-02-05 chore: update some comments (#429) (keepsimple1)
  • 3481b94 2026-02-06 feat: implement RFC 6763 Section 4.3 escaping for instance names (#420) (Thibaut M.)
  • 58c15b4 2026-01-27 fix: only add a scope in Display to unicast link local v6 addresses (#424) (hrzlgnm)
  • 3f34136 2026-01-24 Return errors from send_dns_outgoing (#419) (keepsimple1)
  • 0e323f6 2026-01-21 ci: update github action checkout (#422) (Thibaut M.)

Thanks and welcome new contributors: @​thibaut-pascal, @​FelixSelter

Version 0.17.2 (2026-01-16)

New features (non-breaking)

A new 'feature' literally: a default feature reuseport to control if SO_REUSEPORT should be used. Useful for old Linux kernels (before 3.9).

All changes

  • 466d373 2026-01-15 feat: add reuseport feature (#414) (Hanssen)
  • 1770d01 2025-12-31 exmaples: add --verify option in the query example (#412) (keepsimple1)

... (truncated)

Commits
  • e73c947 bump up version to 0.18.2 (#442)
  • ec1e733 fix: Refresh of A and AAAA records (#441)
  • e3f4e89 bump up version to 0.18.1 (#436)
  • 7e04122 fix(test): use all IPv4 interfaces in test_disable_interface_cache (#435)
  • 35207fc prepare for a new release: 0.18.0 (#434)
  • b694333 Added documentation about service name length
  • 85b6cd9 fix for macOS: exclude IFF_POINTTOPOINT interfaces and exclude Apple P2P inte...
  • 58bc8c5 fix: invert reuseport feature (#430)
  • 8d24304 feat: add proper cleanup on daemon shutdown (#421)
  • 69418d6 chore: update some comments (#429)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [mdns-sd](https://github.com/keepsimple1/mdns-sd) from 0.11.5 to 0.18.2.
- [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.5...v0.18.2)

---
updated-dependencies:
- dependency-name: mdns-sd
  dependency-version: 0.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot Bot commented on behalf of github Apr 4, 2026

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.

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