diff --git a/Cargo.toml b/Cargo.toml index b58a471..c5707dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ gif = { version = "0.11.2", optional = true } version = "^0.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.image] -version = "0.23.14" +version = "0.24.1" optional = true default-features = false features = ["jpeg", "png", "bmp"]