chore(deps): bump image in the rust-dependencies group

Bumps the rust-dependencies group with 1 update: [image](https://github.com/image-rs/image).


Updates `image` from 0.25.8 to 0.25.9
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](https://github.com/image-rs/image/compare/v0.25.8...v0.25.9)

---
updated-dependencies:
- dependency-name: image
  dependency-version: 0.25.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-17 13:08:25 +00:00 committed by Alejandro González
parent cb132b1cc4
commit ce397539af
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -293,9 +293,9 @@ checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
[[package]]
name = "image"
version = "0.25.8"
version = "0.25.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
dependencies = [
"bytemuck",
"byteorder-lite",

View file

@ -81,7 +81,7 @@ version = "0.3.3"
optional = true
default-features = false
features = ["png"]
version = "0.25.8"
version = "0.25.9"
[features]
binary = ["dep:clap", "dep:glob", "dep:env_logger", "dep:parse-size"]