Skip to content

Commit c7ac1db

Browse files
Update image requirement from 0.24 to 0.25
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.24.0...v0.25.1) --- updated-dependencies: - dependency-name: image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 14dc885 commit c7ac1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ askama = { version = ">=0.11.0, <0.13.0", features = ["serde-json"] }
2424
dyn-clone = "1"
2525
erased-serde = "0.4"
2626
getrandom = { version = "0.2", features = ["js"], optional = true }
27-
image = { version = "0.24", optional = true }
27+
image = { version = "0.25", optional = true }
2828
js-sys = { version = "0.3", optional = true }
2929
plotly_derive = { version = "0.8.4", path = "../plotly_derive" }
3030
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido", optional = true }
@@ -40,7 +40,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }
4040

4141
[dev-dependencies]
4242
csv = "1.1.6"
43-
image = "0.24"
43+
image = "0.25"
4444
itertools = ">=0.10, <0.13"
4545
itertools-num = "0.1.3"
4646
ndarray = "0.15.4"

0 commit comments

Comments
 (0)