diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index 11b7880d..901ccc72 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -26,7 +26,7 @@ askama_axum = { version = "0.4.0", optional = true } dyn-clone = "1" erased-serde = "0.4" getrandom = { version = "0.2", features = ["js"], optional = true } -image = { version = "0.24", optional = true } +image = { version = "0.25", optional = true } js-sys = { version = "0.3", optional = true } plotly_derive = { version = "0.8.4", path = "../plotly_derive" } plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido", optional = true } @@ -42,7 +42,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true } [dev-dependencies] csv = "1.1.6" -image = "0.24" +image = "0.25" itertools = ">=0.10, <0.13" itertools-num = "0.1.3" ndarray = "0.15.4"