Skip to content

deps(deps): update mdns-sd requirement from 0.12 to 0.20 in /crates - #66

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/mdns-sd-0.20
Open

deps(deps): update mdns-sd requirement from 0.12 to 0.20 in /crates#66
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/mdns-sd-0.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 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.20.2

This is a feature and bugfix release focused on improved RFC 6762 compliance.

New features

  • Implement RFC 6762 section 6 multicast rate limiting: responses to the same record are rate-limited to no more than once per second on a given interface. (#476, commit 76f42bd)
  • Delay responses to PTR queries per RFC 6762 section 6, spreading responses over a random 10-50ms (instead of 20-120ms) window to reduce collisions. (#479, commit a37e959)
  • Add a random jitter 10-50ms (instead of 20-120ms) before sending the initial query per RFC 6762 section 5.2. (#480, commit 7c55c75)

What's Changed

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

Changelog

Sourced from mdns-sd's changelog.

Version 0.20.2 (2026-07-16)

This is a feature and bugfix release focused on improved RFC 6762 compliance.

New features

  • Implement RFC 6762 section 6 multicast rate limiting: responses to the same record are rate-limited to no more than once per second on a given interface. (#476, commit 76f42bd)
  • Delay responses to PTR queries per RFC 6762 section 6, spreading responses over a random 10-50ms (instead of 20-120ms) window to reduce collisions. (#479, commit a37e959)
  • Add a random jitter 10-50ms (instead of 20-120ms) before sending the initial query per RFC 6762 section 5.2. (#480, commit 7c55c75)

Bug fixes / improvements

  • Space announcement retransmissions wider than the rate-limit window so that repeated announcements are not dropped. (#477, commit 6f39a46)
  • Avoid leaking empty cache entries for records that are not for us. (#481, commit 5cfa13a)

All changes

  • 5cfa13a 2026-07-15 fix: avoid leaking empty cache entries for records not for us (#481) (keepsimple1)
  • 7c55c75 2026-07-14 feat: add a jitter for initial query per RFC 6762 section 5.2 (#480) (keepsimple1)
  • a37e959 2026-07-12 feat: delay PTR query responses per RFC 6762 section 6 (#479) (keepsimple1)
  • 6f39a46 2026-07-08 fix: space announcement retransmissions wider than the rate-limit window (#477) (keepsimple1)
  • 76f42bd 2026-07-07 feat: Implement RFC 6762 section 6 multicast rate limiting (#476) (keepsimple1)

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)

... (truncated)

Commits
  • 42d99a8 prepare for a new release v0.20.2 (#482)
  • 5cfa13a fix: avoid leaking empty cache entries for records not for us (#481)
  • 7c55c75 feat: add a jitter for initial query per RFC 6762 section 5.2 (#480)
  • a37e959 feat: delay PTR query responses per RFC 6762 section 6 (#479)
  • 6f39a46 fix: space announcement retransmissions wider than the rate-limit window (#477)
  • 76f42bd feat: Implement RFC 6762 section 6 multicast rate limiting (#476)
  • c91cd35 prepare for a new release 0.20.1 (#475)
  • fd72146 Add IfPredicate for more flexible interface filtering (#474)
  • 06bdad1 chore(deps): update (#454)
  • 8521b3f Prepare for a new release 0.20.0 (#473)
  • 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.12.0...v0.20.2)

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

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

dependabot Bot commented on behalf of github Jul 18, 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.

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