Skip to content

Commit df87e24

Browse files
Bump image from 0.23.14 to 0.24.5
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]>
1 parent aee1a5d commit df87e24

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

Cargo.lock

+39-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ directories = "4"
111111
strum = { version = "0.23", features = ["derive"] }
112112

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

116116
# for certain Bézier curve manipulation functions
117117
flo_curves = "0.6"

0 commit comments

Comments
 (0)