From 4d7a7a29bef9652a45d93c302b75a573b5841f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:02:36 +0000 Subject: [PATCH] Update image requirement from 0.24.7 to 0.25.2 in /sdk 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.7...v0.25.2) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 0d51c5f..eba63ab 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -133,7 +133,7 @@ zip = { version = "0.6.6", default-features = false } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ureq = "2.4.0" -image = { version = "0.24.7", default-features = false, features = [ +image = { version = "0.25.2", default-features = false, features = [ "jpeg", "png", ], optional = true }