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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 61a7469 commit bb6d25b
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 @@ -17,7 +17,7 @@ categories = ["game-development"]
bevy = { version = "0.13", default-features = false, features = [
"bevy_sprite",
] }
image = { version = "0.24", default-features = false, features = ["gif"] }
image = { version = "0.25", default-features = false, features = ["gif"] }

[dev-dependencies]
bevy = { version = "0.13", default-features = false, features = [
Expand Down

0 comments on commit bb6d25b

Please sign in to comment.