Skip to content

chore(deps):(deps): bump the cargo-dependencies group with 4 updates - #343

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/cargo-dependencies-cee16030fe
Open

chore(deps):(deps): bump the cargo-dependencies group with 4 updates#343
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/cargo-dependencies-cee16030fe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-dependencies group with 4 updates: ashpd, notify-rust, pix and png_pong.

Updates ashpd from 0.12.3 to 0.13.13

Release notes

Sourced from ashpd's releases.

0.13.0

What's Changed

0.13.0-alpha

  • Reduced dependencies
  • Split every portal into it own feature, dropping unnecessary dependencies in some cases
  • Allow passing the DBus connection to every portal call
  • Various improvements to the backend feature
Commits
  • a849791 Bump release
  • 4d81ded screencast: add persist_mode on backend
  • 447d350 client/backend: Use the newly added Connection::closed API
  • b49bf4d fix: ashpd cannot be compiled with only screenshot
  • 5ee4f05 Bump release
  • e786145 screenshot: Add AvailableTargets support
  • e7050b3 camera: Fix unused warning
  • a8f1d47 handletoken: handle all valid object paths
  • 3ee41bb Bump release
  • ffc5e26 tree: Use MaybeAppID for all backends
  • Additional commits viewable in compare view

Updates notify-rust from 4.17.0 to 4.18.0

Release notes

Sourced from notify-rust's releases.

v4.18.0

What's Changed

New Contributors

Full Changelog: hoodie/notify-rust@v4.17.0...v4.18.0

Changelog

Sourced from notify-rust's changelog.

v4.18.0 (2026-06-16)

Features

  • add common wait_for_response on all platforms (b20c59c)
  • add wait_for_actions and on_close using mac-notification-sys (2627ef7)
  • macos: add mac-usernotifications backend (602cd5f)
  • add common response types (25994d5)
  • add Windows notification handles (eaaa540)
Commits
  • 975d651 chore: bump version
  • 256e287 Merge pull request #286 from hoodie/feature/ci
  • c9cfe4b ci: add release workflow
  • 20ec544 chore: update mac-notification-sys
  • c424161 Merge pull request #285 from hoodie/feature/improve-docs
  • 9d11006 docs: improve docs
  • 3a444b6 Merge pull request #284 from hoodie/feature/response-example
  • 26b7223 docs: improve example
  • fc93326 refactor: clean up warnings
  • b20c59c feat: add common wait_for_response on all platforms
  • Additional commits viewable in compare view

Updates pix from 0.13.4 to 1.0.1

Changelog

Sourced from pix's changelog.

[1.0.1] - 2026-06-18

  • Fixed Pix conversion where dst has alpha, but src does not

[1.0.0] - 2026-05-22

Changed

  • Nothing

[0.15.0] - 2026-04-15

Changed

  • Replace Pix1, Pix2, etc. with Pix, using const-generics
  • Palette::make_indexed now returns Option (None on palette full)

[0.14.0] - 2025-03-15

Changed

  • Rust 2024 edition

[0.13.3] - 2023-09-01

Added

  • Oklab color model
  • XYZ color model
  • Palette::make_indexed

[0.13.2] - 2022-06-01

Added

  • impl From<(i32, i32)> for Region

[0.13.1] - 2020-06-04

Added

  • Region::left() and ::top()

Changed

  • Made Region::width(), ::height(), ::right() and ::bottom() pub

[0.13.0] - 2020-05-05

Changed

  • Raster::rows() / rows_mut() sliced to span of region
  • Renamed Pixel::composite_channels_matte to composite_channels_alpha
  • Matte type aliases premultiplied instead of straight

[0.12.0] - 2020-04-23

Added

  • Raster::copy_color and copy_raster
  • CMY color model

Changed

  • Moved color models to their own sub-modules
  • composite methods only available for premultiplied Rasters

[0.11.0] - 2020-04-11

Added

  • Raster::pixel_mut(x, y); replaces set_pixel

... (truncated)

Commits

Updates png_pong from 0.9.3 to 0.12.0

Release notes

Sourced from png_pong's releases.

v0.12.0

Changelog

Changed

  • Updated pix from v0.15.0 to v1.0.0
  • Add the png_filters crate as a dependency for using SIMD for decoding filters

What's Changed

Full Changelog: AldaronLau/png_pong@v0.11.0...v0.12.0

v0.11.0

What's Changed

Full Changelog: AldaronLau/png_pong@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from png_pong's changelog.

Changelog

All notable changes to PNG Pong will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

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 cargo-dependencies group with 4 updates: [ashpd](https://github.com/bilelmoussaoui/ashpd), [notify-rust](https://github.com/hoodie/notify-rust), [pix](https://github.com/DougLau/pix) and [png_pong](https://github.com/AldaronLau/png_pong).


Updates `ashpd` from 0.12.3 to 0.13.13
- [Release notes](https://github.com/bilelmoussaoui/ashpd/releases)
- [Commits](bilelmoussaoui/ashpd@0.12.3...0.13.13)

Updates `notify-rust` from 4.17.0 to 4.18.0
- [Release notes](https://github.com/hoodie/notify-rust/releases)
- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md)
- [Commits](hoodie/notify-rust@v4.17.0...v4.18.0)

Updates `pix` from 0.13.4 to 1.0.1
- [Changelog](https://github.com/DougLau/pix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DougLau/pix/commits)

Updates `png_pong` from 0.9.3 to 0.12.0
- [Release notes](https://github.com/AldaronLau/png_pong/releases)
- [Changelog](https://github.com/AldaronLau/png_pong/blob/v0/CHANGELOG.md)
- [Commits](AldaronLau/png_pong@v0.9.3...v0.12.0)

---
updated-dependencies:
- dependency-name: ashpd
  dependency-version: 0.13.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: notify-rust
  dependency-version: 4.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: pix
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: png_pong
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

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 Aug 24, 2026
@Ghoul4500 Ghoul4500 self-assigned this Aug 24, 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.

1 participant