Bump mdns-sd from 0.11.5 to 0.21.0 - #22
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
flock | b0e1fd8 | Commit Preview URL Branch Preview URL |
Aug 27 2026, 02:22 PM |
Bumps [mdns-sd](https://github.com/keepsimple1/mdns-sd) from 0.11.5 to 0.21.0. - [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.21.0) --- updated-dependencies: - dependency-name: mdns-sd dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/mdns-sd-0.21.0
branch
from
August 27, 2026 14:17
39a1060 to
b0e1fd8
Compare
stoatworks-labs
added a commit
that referenced
this pull request
Aug 27, 2026
* Bump mdns-sd from 0.11.5 to 0.21.0 Bumps [mdns-sd](https://github.com/keepsimple1/mdns-sd) from 0.11.5 to 0.21.0. - [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.21.0) --- updated-dependencies: - dependency-name: mdns-sd dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * mdns-sd 0.21: ServiceResolved now carries a ResolvedService Takes #22's bump with the source changes it needs. The ServiceResolved event used to hand back a ServiceInfo; in 0.21 it is a ResolvedService, which exposes plain fields rather than the get_* accessors: info.get_type() -> info.ty_domain info.get_addresses_v4() -> info.addresses, a HashSet<ScopedIp> ScopedIp carries the interfaces an address was seen on, so it is filtered with is_ipv4() and unwrapped with to_ip_addr() rather than being taken as a bare Ipv4Addr. Picking the first of a set was arbitrary before and still is; that has not changed. Verified: cargo build --all-targets clean, cargo test clean, failing set identical to main's (empty). --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: allan sargeant <8385907+stoatworks-labs@users.noreply.github.com>
Owner
|
Superseded by #24, which is merged — it carries this bump plus the |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps mdns-sd from 0.11.5 to 0.21.0.
Release notes
Sourced from mdns-sd's releases.
... (truncated)
Changelog
Sourced from mdns-sd's changelog.
... (truncated)
Commits
5fcb34achores: prepare for a new release v0.21.0 (#491)6bf2bdbrefactor: extract the code that does cache flush (#490)20c0eacfeat: re-export Receiver error types (#488) (#489)82711a8feat: limit generated packet size per RFC 6762 section 17 (#487)30432c2prepare for release 0.20.3 (#486)a574e93docs: add RFC 6762 compliance rows for v0.20.2 features08362e3fix: Panic in write_utf8 (assert s.len() < 64) (#484)42d99a8prepare for a new release v0.20.2 (#482)5cfa13afix: avoid leaking empty cache entries for records not for us (#481)7c55c75feat: add a jitter for initial query per RFC 6762 section 5.2 (#480)