Skip to content

chore(deps): bump mdns-sd from 0.13.11 to 0.20.1#60

Merged
cortexuvula merged 1 commit into
masterfrom
dependabot/cargo/mdns-sd-0.20.1
Jul 8, 2026
Merged

chore(deps): bump mdns-sd from 0.13.11 to 0.20.1#60
cortexuvula merged 1 commit into
masterfrom
dependabot/cargo/mdns-sd-0.20.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps mdns-sd from 0.13.11 to 0.20.1.

Release notes

Sourced from mdns-sd's releases.

v0.20.1

This is a small feature and maintenance release.

New features

  • Add IfKind::Predicate and a new IfPredicate type, allowing interfaces to be selected with a custom predicate function (e.g. matching by interface name pattern). (#474, commit fd72146)

What's Changed

New Contributors

Full Changelog: keepsimple1/mdns-sd@v0.20.0...v0.20.1

v0.20.0

This release contains a small breaking change in the optional serde feature, hence the minor version bump.

Breaking changes

  • Remove #[serde(untagged)] from ScopedIp. The serialized form of ScopedIp now includes its enum variant tag (V4 / V6), which improves compatibility with binary serde formats (e.g. MessagePack). Only affects users of the optional serde feature. (#472, commit 5fa4b92)

What's Changed

Full Changelog: keepsimple1/mdns-sd@v0.19.2...v0.20.0

v0.19.2

This is a bugfix and small-feature release.

New features

  • Support RFC 6762 legacy unicast responses: when a query arrives from a source port other than 5353, the daemon now replies directly to the querier's address/port instead of multicasting. This enables interoperability with one-shot / legacy mDNS queriers. (#469, commit 933bdbe)
  • Added a new Error::DaemonShutdown variant, returned by ServiceDaemon methods after the daemon thread has exited (previously surfaced as a generic Error::Msg). The Error enum is #[non_exhaustive], so this is additive. (commit a457193)

Bug fixes / improvements

  • Optimize outgoing DNS serialization to reduce allocations on the send path. (#467, commit fb26d7f)
  • Replace a stray println! in DnsHostInfo::write with debug!, so the library no longer writes to stdout. (#465, commit 96008a4)
  • Expanded # Errors doc sections on the major ServiceDaemon APIs (new, new_with_port, browse, stop_browse, resolve_hostname, stop_resolve_hostname, register, unregister), documenting when Error::Again vs. Error::DaemonShutdown is returned. (#464, commit a457193)

What's Changed

... (truncated)

Changelog

Sourced from mdns-sd's changelog.

Version 0.20.1 (2026-06-28)

This is a small feature and maintenance release.

New features

  • Add IfKind::Predicate and a new IfPredicate type, allowing interfaces to be selected with a custom predicate function (e.g. matching by interface name pattern). (#474, commit fd72146)

Other changes

  • chore(deps): update dependencies. (#454, commit 06bdad1)

All changes

  • fd72146 2026-06-22 Add IfPredicate for more flexible interface filtering (#474) (MAlba124)
  • 06bdad1 2026-06-16 chore(deps): update (#454) (CosminPerRam)

Thanks and welcome our new contributor @​MAlba124 !

Version 0.20.0 (2026-05-24)

This release contains a small breaking change in the optional serde feature, hence the minor version bump.

Breaking changes

  • Remove #[serde(untagged)] from ScopedIp. The serialized form of ScopedIp now includes its enum variant tag (V4 / V6), which improves compatibility with binary serde formats (e.g. MessagePack). Only affects users of the optional serde feature. (#472, commit 5fa4b92)

Other changes

  • tests: remove explicit random port assignments.
  • chore: remove an unused dev-dependency.

All changes

  • fee8ab7 2026-05-24 remove unused dev-dependency (keepsimple1)
  • e745a2f 2026-05-23 tests: remove explicit port random assignments (#455) (CosminPerRam)
  • 5fa4b92 2026-05-22 Remove untagged attribute from ScopedIp (#472) (Rascal)

Version 0.19.2 (2026-05-17)

This is a bugfix and small-feature release.

New features

  • Support RFC 6762 legacy unicast responses: when a query arrives from a source port other than 5353, the daemon now replies directly to the querier's address/port instead of multicasting. This enables interoperability with one-shot / legacy mDNS queriers. (#469, commit 933bdbe)
  • Added a new Error::DaemonShutdown variant, returned by ServiceDaemon methods after the daemon thread has exited (previously surfaced as a generic Error::Msg). The Error enum is #[non_exhaustive], so this is additive. (commit a457193)

Bug fixes / improvements

  • Optimize outgoing DNS serialization to reduce allocations on the send path. (#467, commit fb26d7f)

... (truncated)

Commits

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.13.11 to 0.20.1.
- [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.13.11...v0.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 8, 2026
@cortexuvula cortexuvula merged commit c6ede3b into master Jul 8, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/mdns-sd-0.20.1 branch July 8, 2026 18:40
cortexuvula added a commit that referenced this pull request Jul 8, 2026
Closed PRs #59 (aes-gcm, fails CI) and #55 (typescript 7 major bump).
Merged safe PRs: #56 (npm patches), #57 (ringbuf), #58 (machine-uid), #60 (mdns-sd).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant