diff --git a/Cargo.toml b/Cargo.toml index 2bc730a..745632c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ git = "https://github.com/plotters-rs/plotters-backend" # version = "0.3.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.image] -version = "0.23.14" +version = "0.24.2" optional = true default-features = false features = ["jpeg", "png", "bmp"]