Skip to content

Commit

Permalink
Bump image from 0.24.9 to 0.25.1
Browse files Browse the repository at this point in the history
Bumps [image](https://github.com/image-rs/image) from 0.24.9 to 0.25.1.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.9...v0.25.1)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2024
1 parent 849e225 commit 8be1e18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ vek = "0.16.1"
[dependencies.image]
# Dependency of macroquad with added "bmp" feature so we can load RecWar's original assets.
# Must be the same version as macroquad, even if that means it's outdated.
version = "0.24.9"
version = "0.25.1"
default-features = false
features = ["png", "tga", "bmp"]

Expand Down

0 comments on commit 8be1e18

Please sign in to comment.