From 00757e3d62ffda8ad66e221394135d53ede18ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:47:57 +0000 Subject: [PATCH 1/2] build(deps): update image requirement from 0.24.6 to 0.25.0 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.6...v0.25.0) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ed404aa..e72fd7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ features = ["jpeg"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] # Turn rayon back on everywhere else; creating the separate entry resets the features to default. -image = "0.24.6" +image = "0.25.0" rayon = "1.5.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] From d4cd49ead2584af9b9db059c68cc0f59aca34f18 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Mon, 11 Mar 2024 09:42:18 +0100 Subject: [PATCH 2/2] Update regular `dev-dependencies` entry as well --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e72fd7a7..646688c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,14 +83,14 @@ winit = "0.29.2" winit-test = "0.1.0" [dev-dependencies.image] -version = "0.24.6" +version = "0.25" # Disable rayon on web default-features = false features = ["jpeg"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] # Turn rayon back on everywhere else; creating the separate entry resets the features to default. -image = "0.25.0" +image = "0.25" rayon = "1.5.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]