Skip to content

chore(deps): bump the all-cargo group with 5 updates#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-cargo-2d0df1bde4
Open

chore(deps): bump the all-cargo group with 5 updates#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-cargo-2d0df1bde4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the all-cargo group with 5 updates:

Package From To
tokio 1.52.0 1.52.1
reqwest 0.13.2 0.13.3
mdns-sd 0.19.0 0.19.1
tray-icon 0.22.0 0.23.1
png 0.17.16 0.18.1

Updates tokio from 1.52.0 to 1.52.1

Release notes

Sourced from tokio's releases.

Tokio v1.52.1

1.52.1 (April 16th, 2026)

Fixed

  • runtime: revert #7757 to fix [a regression]#8056 that causes spawn_blocking to hang (#8057)

#7757: tokio-rs/tokio#7757 #8056: tokio-rs/tokio#8056 #8057: tokio-rs/tokio#8057

Commits

Updates reqwest from 0.13.2 to 0.13.3

Release notes

Sourced from reqwest's releases.

v0.13.3

tl;dr

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.13.2...v0.13.3

Changelog

Sourced from reqwest's changelog.

v0.13.3

  • Fix CertificateRevocationList parsing of PEM values.
  • Fix logging in resolver to only show host, not full URL.
  • Fix hickory-dns to fallback to a default if /etc/resolv.conf fails.
  • Fix HTTP/3 to handle STOP_SENDING as not an error.
  • Fix HTTP/3 pool to remove timed out QUIC connections.
  • Fix HTTP/3 connection establishment picking IPv4 and IPv6.
  • Upgrade rustls-platform-verifier.
  • (wasm) Only use wasm-bindgen on unknown-* targets.
Commits

Updates mdns-sd from 0.19.0 to 0.19.1

Release notes

Sourced from mdns-sd's releases.

v0.19.1

Version 0.19.1 (2026-04-19)

This is a bugfix release.

Bug fixes

  • When responding to a query, pick a source IP that matches the querier's subnet, so responses are reachable on multi-homed hosts. (#460, commit d210372)
  • Validate TXT property length in the ServiceInfo constructor, catching oversized properties at registration time instead of at send time. (#458, commit cc81eec)

What's Changed

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

Changelog

Sourced from mdns-sd's changelog.

Version 0.19.1 (2026-04-19)

This is a bugfix release.

Bug fixes

  • When responding to a query, pick a source IP that matches the querier's subnet, so responses are reachable on multi-homed hosts. (#460, commit d210372)
  • Validate TXT property length in the ServiceInfo constructor, catching oversized properties at registration time instead of at send time. (#458, commit cc81eec)

All changes

  • d210372 2026-04-18 fix: use a source IP matching the querier's subnet when responding (#460) (keepsimple1)
  • cc81eec 2026-04-12 fix: check TXT property length in ServiceInfo constructor (#458) (keepsimple1)
Commits
  • 0222c89 prepare for release 0.19.1 (#461)
  • d210372 fix: use a source IP matching the querier's subnet when responding (#460)
  • cc81eec fix: check TXT property length in ServiceInfo constructor (#458)
  • See full diff in compare view

Updates tray-icon from 0.22.0 to 0.23.1

Release notes

Sourced from tray-icon's releases.

tray-icon v0.23.1

[0.23.1]

  • 7e5953c (#311 by @​Fullzoon) Fixed a Windows tray menu issue reported in #303 where the context menu could appear behind the taskbar after launching from the Start Menu by aligning the tray menu handling with the expected shell behavior, including showing the right-click menu on button release and posting WM_NULL after TrackPopupMenu.
Updating crates.io index
   Packaging tray-icon v0.23.1 (/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.9KiB (55.3KiB compressed)
   Verifying tray-icon v0.23.1 (/home/runner/work/tray-icon/tray-icon)
 Downloading crates ...
  Downloaded cfg-if v1.0.0
  Downloaded adler2 v2.0.0
  Downloaded atk-sys v0.18.2
  Downloaded cairo-sys-rs v0.18.2
  Downloaded autocfg v1.4.0
  Downloaded crc32fast v1.4.2
  Downloaded cfg-expr v0.15.8
  Downloaded atk v0.18.2
  Downloaded serde_spanned v0.6.8
  Downloaded bitflags v2.8.0
  Downloaded futures-core v0.3.31
  Downloaded cairo-rs v0.18.5
  Downloaded thiserror-impl v2.0.11
  Downloaded futures-macro v0.3.31
  Downloaded option-ext v0.2.0
  Downloaded gtk3-macros v0.18.2
  Downloaded futures-sink v0.3.31
  Downloaded gdk-pixbuf-sys v0.18.0
  Downloaded version_check v0.9.5
  Downloaded libxdo-sys v0.11.0
  Downloaded field-offset v0.3.6
  Downloaded dirs-sys v0.5.0
  Downloaded heck v0.5.0
  Downloaded gobject-sys v0.18.0
  Downloaded gio-sys v0.18.1
  Downloaded rustc_version v0.4.1
  Downloaded pango-sys v0.18.0
  Downloaded memoffset v0.9.1
  Downloaded libxdo v0.6.0
  Downloaded pkg-config v0.3.31
  Downloaded heck v0.4.1
  Downloaded futures-channel v0.3.31
</tr></table> 

... (truncated)

Changelog

Sourced from tray-icon's changelog.

[0.23.1]

  • 7e5953c (#311 by @​Fullzoon) Fixed a Windows tray menu issue reported in #303 where the context menu could appear behind the taskbar after launching from the Start Menu by aligning the tray menu handling with the expected shell behavior, including showing the right-click menu on button release and posting WM_NULL after TrackPopupMenu.

[0.23.0]

[0.22.2]

[0.22.1]

Commits
  • 56ac494 Apply Version Updates From Current Changes (#314)
  • 7e5953c fix(windows): Windows tray context menu can appear behind the taskbar after l...
  • 60ef83e Apply Version Updates From Current Changes (#313)
  • b74676a chore: muda 0.19 (#312)
  • See full diff in compare view

Updates png from 0.17.16 to 0.18.1

Changelog

Sourced from png's changelog.

0.18.1

Additions

  • Added Filter::MinEntropy for encoding, which selects the filter that minimizes the Shannon entropy of the filtered row. (#647)
  • Made ScaledFloat::SCALING constant public. (#650)
  • Support skipping chunks without loading them into memory. (#630)
  • Allow full unfiltering for partial data, enabling progressive decoding use cases. (#664)

Changes

  • Improved Paeth unfilter auto-vectorization by changing how loop state is maintained. (#635)
  • Added portable_simd Paeth unfiltering for 3bpp and 4bpp images on nightly. (#632, #633)
  • Add early exit for adaptive filter selection when a perfect filter is found. (#646)
  • Ignore duplicate acTL chunks instead of producing errors. (#651)
  • Require IDAT chunk(s) before fdAT chunks, as mandated by PNG specification. (#653)
  • Enforce acTL frame counts to be valid PNG 4-byte integers (capped at 2^31-1). (#673)

Fixes

  • Fixed and improved intra-doc links in documentation comments. (#665)
  • Fixed nightly portable_simd build. (#675)

#630: image-rs/image-png#630 #632: image-rs/image-png#632 #633: image-rs/image-png#633 #635: image-rs/image-png#635 #646: image-rs/image-png#646 #647: image-rs/image-png#647 #650: image-rs/image-png#650 #651: image-rs/image-png#651 #653: image-rs/image-png#653 #664: image-rs/image-png#664 #665: image-rs/image-png#665 #673: image-rs/image-png#673 #675: image-rs/image-png#675

0.18.0

API Breaking Changes

  • Removed deprecated Info::encode and Encoder::set_srgb methods.
  • Improved the compression settings API for encoding.

... (truncated)

Commits

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 all-cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.52.0` | `1.52.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.3` |
| [mdns-sd](https://github.com/keepsimple1/mdns-sd) | `0.19.0` | `0.19.1` |
| [tray-icon](https://github.com/tauri-apps/tray-icon) | `0.22.0` | `0.23.1` |
| [png](https://github.com/image-rs/image-png) | `0.17.16` | `0.18.1` |


Updates `tokio` from 1.52.0 to 1.52.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.0...tokio-1.52.1)

Updates `reqwest` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.2...v0.13.3)

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

Updates `tray-icon` from 0.22.0 to 0.23.1
- [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.22...tray-icon-v0.23.1)

Updates `png` from 0.17.16 to 0.18.1
- [Changelog](https://github.com/image-rs/image-png/blob/master/CHANGES.md)
- [Commits](https://github.com/image-rs/image-png/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.52.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo
- dependency-name: reqwest
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo
- dependency-name: mdns-sd
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo
- dependency-name: tray-icon
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo
- dependency-name: png
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo
...

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 May 1, 2026
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