Skip to content

Commit

Permalink
Bump image requirement from 0.24.2 to whole range 0.24 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
  • Loading branch information
dependabot[bot] and sjackman committed Apr 30, 2024
1 parent e01b234 commit 14dc885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plotly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ askama = { version = ">=0.11.0, <0.13.0", features = ["serde-json"] }
dyn-clone = "1"
erased-serde = "0.4"
getrandom = { version = "0.2", features = ["js"], optional = true }
image = { version = "0.24.2", optional = true }
image = { version = "0.24", 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 }
Expand All @@ -40,7 +40,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }

[dev-dependencies]
csv = "1.1.6"
image = "0.24.4"
image = "0.24"
itertools = ">=0.10, <0.13"
itertools-num = "0.1.3"
ndarray = "0.15.4"
Expand Down

0 comments on commit 14dc885

Please sign in to comment.