Skip to content

Commit d047613

Browse files
Update image requirement from 0.24 to 0.25 (#197)
* 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]> * update image crate version in examples dir Signed-off-by: Andrei Gherghescu <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andrei Gherghescu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrei Gherghescu <[email protected]>
1 parent 702d945 commit d047613

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/images/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["Michael Freeborn <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
image = "0.24.4"
8+
image = "0.25"
99
ndarray = "0.15.6"
1010
plotly = { path = "../../plotly", features = ["plotly_image", "plotly_ndarray"] }

plotly/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ askama_axum = { version = "0.4.0", optional = true }
2626
dyn-clone = "1"
2727
erased-serde = "0.4"
2828
getrandom = { version = "0.2", features = ["js"], optional = true }
29-
image = { version = "0.24", optional = true }
29+
image = { version = "0.25", optional = true }
3030
js-sys = { version = "0.3", optional = true }
3131
plotly_derive = { version = "0.8.4", path = "../plotly_derive" }
3232
plotly_kaleido = { version = "0.8.4", path = "../plotly_kaleido", optional = true }
@@ -42,7 +42,7 @@ wasm-bindgen-futures = { version = "0.4", optional = true }
4242

4343
[dev-dependencies]
4444
csv = "1.1.6"
45-
image = "0.24"
45+
image = "0.25"
4646
itertools = ">=0.10, <0.14"
4747
itertools-num = "0.1.3"
4848
ndarray = "0.15.4"

0 commit comments

Comments
 (0)