From a975a822c714e044685149a35512a0f617b395b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 04:35:18 +0000 Subject: [PATCH] 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](https://github.com/image-rs/image/compare/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] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e168162..5b8491e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ "gl", "glifparser", "glifrenderer", - "image 0.23.14", + "image 0.24.5", "itertools 0.10.5", "kurbo 0.9.1", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 42124ca..edea3e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,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"