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 }