From abfa61338c522ac5cb0b9c185c6b562b173a5a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:33:34 +0000 Subject: [PATCH] Update image requirement from 0.24.3 to 0.25.5 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](https://github.com/image-rs/image/compare/v0.24.3...v0.25.5) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotters-bitmap/Cargo.toml | 2 +- plotters-svg/Cargo.toml | 2 +- plotters/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plotters-bitmap/Cargo.toml b/plotters-bitmap/Cargo.toml index c721da63..3d2c7038 100644 --- a/plotters-bitmap/Cargo.toml +++ b/plotters-bitmap/Cargo.toml @@ -19,7 +19,7 @@ version = "0.3.6" path = "../plotters-backend" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.image] -version = "0.24.3" +version = "0.25.5" optional = true default-features = false features = ["jpeg", "png", "bmp"] diff --git a/plotters-svg/Cargo.toml b/plotters-svg/Cargo.toml index b83a965e..0ab73e6e 100644 --- a/plotters-svg/Cargo.toml +++ b/plotters-svg/Cargo.toml @@ -16,7 +16,7 @@ version = "0.3.6" path = "../plotters-backend" [dependencies.image] -version = "0.24.2" +version = "0.25.5" optional = true default-features = false features = ["jpeg", "png", "bmp"] diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 35a298a7..ffa8ce8c 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -46,7 +46,7 @@ once_cell = { version = "1.8.0", optional = true } [target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies.image] -version = "0.24.3" +version = "0.25.5" optional = true default-features = false features = ["jpeg", "png", "bmp"]