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] 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]