Skip to content

Commit

Permalink
Bump image from 0.23.14 to 0.24.5
Browse files Browse the repository at this point in the history
Bumps [image](https://github.com/image-rs/image) from 0.23.14 to 0.24.5.
- [Release notes](https://github.com/image-rs/image/releases)
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](image-rs/image@v0.23.14...v0.24.5)

---
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 Nov 14, 2022
1 parent aee1a5d commit df87e24
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 5 deletions.
43 changes: 39 additions & 4 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 @@ -111,7 +111,7 @@ directories = "4"
strum = { version = "0.23", features = ["derive"] }

#for logo, could be used in future for background images
image = { version = "0.23", features = ["png"], default-features = false }
image = { version = "0.24", features = ["png"], default-features = false }

# for certain Bézier curve manipulation functions
flo_curves = "0.6"
Expand Down

0 comments on commit df87e24

Please sign in to comment.