Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mdns-sd from 0.13.2 to 0.13.3 #887

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps mdns-sd from 0.13.2 to 0.13.3.

Release notes

Sourced from mdns-sd's releases.

v0.13.3

What's Changed

New Contributors

Full Changelog: keepsimple1/mdns-sd@v0.13.2...v0.13.3

Changelog

Sourced from mdns-sd's changelog.

Version 0.13.3 (2025-03-01)

Highlights

  • TxtProperties: Support into_property_map_str.
  • For querier: a new struct ResolvedService that can be created from ServiceInfo.
  • Support a service to publish using loopback interfaces via enable_interface.
  • Bugfixes.

All changes

  • 3e6842f 2025-02-28 enable_interface: support loopback interface (#317) (keepsimple1)
  • 7e77a5e 2025-02-26 fix: remove related addresses in the cache when disabling an interface (#316) (keepsimple1)
  • 735fb22 2025-02-22 refactoring: move handle_poller_events into Zeroconf impl (#315) (keepsimple1)
  • e886787 2025-02-20 ci: add doc check and fail if there are any warnings (#310) (CosminPerRam)
  • 9d92545 2025-02-18 refactoring: make e_fmt! available within the crate (#311) (keepsimple1)
  • 4b671d4 2025-02-14 ResolvedService: a new plain struct for attributes of a service (#302) (keepsimple1)
  • 349de66 2025-02-13 fix: include loopback addresses in filtering criteria (#306) (Minetake)
  • 026a745 2025-02-09 refactoring: property length check (#305) (keepsimple1)
  • 818f37c 2025-02-10 TXT record: docs to remind users of the maximum length of the attribute. (#304) (Lazy Panda)
  • fba8025 2025-02-09 TxtProperties: new method to get a HashMap of properties (#303) (keepsimple1)
Commits
  • 085a103 bump up version to 0.13.3 (#321)
  • 3e6842f enable_interface: support loopback interface (#317)
  • 7e77a5e fix: remove related addresses in the cache when disabling an interface (#316)
  • 735fb22 refactoring: move handle_poller_events into Zeroconf impl (#315)
  • e886787 ci: add doc check and fail if there are any warnings (#310)
  • 9d92545 refactoring: make e_fmt! available within the crate (#311)
  • 4b671d4 ResolvedService: a new plain struct for attributes of a service (#302)
  • 349de66 fix: include loopback addresses in filtering criteria (#306)
  • 026a745 refactoring: property length check (#305)
  • 818f37c TXT record: docs to remind users of the maximum length of the attribute. (#304)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.2 to 0.13.3.
- [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.2...v0.13.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26%. Comparing base (387df44) to head (b02833b).
Report is 4 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff          @@
##           master   #887   +/-   ##
=====================================
+ Coverage      26%    26%   +1%     
=====================================
  Files          41     41           
  Lines        5894   5869   -25     
=====================================
  Hits         1486   1486           
+ Misses       4408   4383   -25     
Flag Coverage Δ
unittests 26% <ø> (+1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrewdavidmackenzie
Copy link
Owner

andrewdavidmackenzie commented Mar 3, 2025 via email

@dependabot dependabot bot merged commit c27405c into master Mar 3, 2025
19 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/mdns-sd-0.13.3 branch March 3, 2025 15:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant