Skip to content

chore(deps): bump the rust group with 2 updates#46

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-25ec96bd3a
Open

chore(deps): bump the rust group with 2 updates#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-25ec96bd3a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps the rust group with 2 updates: mdns-sd and tray-icon.

Updates mdns-sd from 0.18.2 to 0.19.0

Release notes

Sourced from mdns-sd's releases.

v0.19.0

Breaking changes

  • ScopedIpV4 now carries interface_ids tracking which network interfaces discovered the address. The derived Eq/Hash now includes interface_ids, so two ScopedIpV4 values with the same IP but different interface lists are no longer equal. (commits 43bd8f3, 0661bf1, 247447b)

New features

  • New optional serde feature: adds Serialize/Deserialize on InterfaceId, ScopedIpV4, ScopedIpV6, ScopedIp, TxtProperties, TxtProperty, and ResolvedService. (commit c2c2f75)
  • New public APIs: ScopedIpV4::new(), ScopedIpV4::interface_ids(), InterfaceId::get_addrs().

Bug fixes

  • Avoid known-answer suppression when querying on a new interface, so address records are discovered promptly. (commit 468c5ee)
  • Track modified instances when removing records from an interface, so ServiceResolved events reflect updated addresses. (commit 7daa1d4)

What's Changed

New Contributors

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

Changelog

Sourced from mdns-sd's changelog.

Version 0.19.0 (2026-04-04)

Breaking changes

  • ScopedIpV4 now carries interface_ids tracking which network interfaces discovered the address. The derived Eq/Hash now includes interface_ids, so two ScopedIpV4 values with the same IP but different interface lists are no longer equal. (commits 43bd8f3, 0661bf1, 247447b)

New features

  • New optional serde feature: adds Serialize/Deserialize on InterfaceId, ScopedIpV4, ScopedIpV6, ScopedIp, TxtProperties, TxtProperty, and ResolvedService. (commit c2c2f75)
  • New public APIs: ScopedIpV4::new(), ScopedIpV4::interface_ids(), InterfaceId::get_addrs().

Bug fixes

  • Avoid known-answer suppression when querying on a new interface, so address records are discovered promptly. (commit 468c5ee)
  • Track modified instances when removing records from an interface, so ServiceResolved events reflect updated addresses. (commit 7daa1d4)

All changes

  • 3903f09 2026-04-04 refactoring: simplify handle_query (#452) (keepsimple1)
  • b6ddc18 2026-04-04 refactoring: move add_answer_with_additionals into struct DnsOutgoing (#451) (keepsimple1)
  • 468c5ee 2026-04-03 fix: avoid known-answer suppression when querying on a new interface (#450) (keepsimple1)
  • 7daa1d4 2026-04-01 fix: track modified_instances when removing records from an interface (#448) (keepsimple1)
  • 247447b 2026-03-26 fix: ScopedIp considered Eq when interface_ids change (#446) (keepsimple1)
  • 0661bf1 2026-03-24 refactoring: ScopedIpV4 to use multiple InterfaceIds (#444) (keepsimple1)
  • c2c2f75 2026-03-15 Serde Deserialize+Serialize implementation (#440) (Rascal)
  • 43bd8f3 2026-03-13 add interface_id in ScopedIpV4 (#439) (keepsimple1)

Thanks and welcome our new contributor @​Rascal !

Commits
  • d5f9060 Release: bump version to 0.19.0 (#453)
  • 3903f09 refactoring: simplify handle_query (#452)
  • b6ddc18 refactoring: move add_answer_with_additionals into struct DnsOutgoing (#451)
  • 468c5ee fix: avoid known-answer suppression when querying on a new interface (#450)
  • 7daa1d4 fix: track modified_instances when removing records from an interface (#448)
  • 247447b fix: ScopedIp considered Eq when interface_ids change (#446)
  • 0661bf1 refactoring: ScopedIpV4 to use multiple InterfaceIds (#444)
  • c2c2f75 Serde Deserialize+Serialize implementation (#440)
  • 43bd8f3 add interface_id in ScopedIpV4 (#439)
  • See full diff in compare view

Updates tray-icon from 0.21.3 to 0.22.0

Release notes

Sourced from tray-icon's releases.

tray-icon v0.22.0

[0.22.0]

  • f912921 (#294 by @​felipecrs) Added with_menu_on_right_click builder method, set_show_menu_on_right_click to control whether the context menu is shown on right click (analogous to the existing left click option), and show_menu() to programmatically display the tray menu.

    Together these enable dynamic menu workflows where the menu content is updated before being shown, for example by disabling automatic right-click menu, listening for the click event, updating items, and then calling show_menu().

  • 0a5835b (#295 by @​thief-sty) Update png dependency version to 0.18.

    This avoids duplicated dependencies in downstream crates.

  • 0a5835b (#295 by @​thief-sty) Update rust version to 1.73.

Updating crates.io index
   Packaging tray-icon v0.22.0 (/home/runner/work/tray-icon/tray-icon)
warning: ignoring example `egui` as `examples/egui.rs` is not included in the published package
warning: ignoring example `tao` as `examples/tao.rs` is not included in the published package
warning: ignoring example `winit` as `examples/winit.rs` is not included in the published package
    Updating crates.io index
    Packaged 21 files, 227.5KiB (55.2KiB compressed)
   Verifying tray-icon v0.22.0 (/home/runner/work/tray-icon/tray-icon)
 Downloading crates ...
  Downloaded futures-sink v0.3.31
  Downloaded foldhash v0.1.4
  Downloaded serde v1.0.217
  Downloaded cfg-if v1.0.0
  Downloaded gtk3-macros v0.18.2
  Downloaded cfg-expr v0.15.8
  Downloaded memoffset v0.9.1
  Downloaded x11 v2.21.0
  Downloaded thiserror-impl v1.0.69
  Downloaded indexmap v2.7.1
  Downloaded thiserror-impl v2.0.11
  Downloaded gtk-sys v0.18.2
  Downloaded libappindicator-sys v0.9.0
  Downloaded atk v0.18.2
  Downloaded libloading v0.7.4
  Downloaded futures-util v0.3.31
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded syn v1.0.109
  Downloaded toml_datetime v0.6.8
  Downloaded slab v0.4.9
  Downloaded pin-project-lite v0.2.16
  Downloaded futures-io v0.3.31
  Downloaded adler2 v2.0.0
  Downloaded thiserror v1.0.69
  Downloaded version_check v0.9.5
  Downloaded pango v0.18.3
</tr></table> 

... (truncated)

Changelog

Sourced from tray-icon's changelog.

[0.22.0]

  • f912921 (#294 by @​felipecrs) Added with_menu_on_right_click builder method, set_show_menu_on_right_click to control whether the context menu is shown on right click (analogous to the existing left click option), and show_menu() to programmatically display the tray menu.

    Together these enable dynamic menu workflows where the menu content is updated before being shown, for example by disabling automatic right-click menu, listening for the click event, updating items, and then calling show_menu().

  • 0a5835b (#295 by @​thief-sty) Update png dependency version to 0.18.

    This avoids duplicated dependencies in downstream crates.

  • 0a5835b (#295 by @​thief-sty) Update rust version to 1.73.

Commits
  • 9c03cbf Apply Version Updates From Current Changes (#296)
  • f912921 feat: allow disabling menu on right click and add show_menu() (#294)
  • 83ba6df feat: support FreeBSD Operating System (gtk only) (#300)
  • 0a5835b chore: update png dependency version to 0.18 (#295)
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust group with 2 updates: [mdns-sd](https://github.com/keepsimple1/mdns-sd) and [tray-icon](https://github.com/tauri-apps/tray-icon).


Updates `mdns-sd` from 0.18.2 to 0.19.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.18.2...v0.19.0)

Updates `tray-icon` from 0.21.3 to 0.22.0
- [Release notes](https://github.com/tauri-apps/tray-icon/releases)
- [Changelog](https://github.com/tauri-apps/tray-icon/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tray-icon@tray-icon-v0.21.3...tray-icon-v0.22)

---
updated-dependencies:
- dependency-name: mdns-sd
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: tray-icon
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

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 Apr 5, 2026
@dependabot dependabot bot requested a review from bestlux as a code owner April 5, 2026 08:24
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.

0 participants