Skip to content

Commit

Permalink
chore(deps): update image requirement from 0.24 to 0.25
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.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 2a92c93 commit 93116af
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 @@ -37,7 +37,7 @@ modnet = ["rayon"]

[dependencies]
bevy_args = "1.3"
image = "0.24"
image = "0.25"
ndarray = "0.15"
rayon = { version = "1.8", optional = true }
thiserror = "1.0"
Expand Down

0 comments on commit 93116af

Please sign in to comment.