Skip to content

Commit

Permalink
build(deps): update image requirement from 0.24.5 to 0.25.2
Browse files Browse the repository at this point in the history
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.5...v0.25.2)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent c020469 commit f6ab12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ euclid = "0.22.6"
fontdb = "0.16.0"
futures = "0.3.26"
guillotiere = "0.6.0"
image = { version = "0.24.5", default-features = false }
image = { version = "0.25.2", default-features = false }
indextree = "4.5.0"
lazy_static = "1.4.0"
log = "0.4.14"
Expand Down

0 comments on commit f6ab12f

Please sign in to comment.