Skip to content

Commit c50cace

Browse files
dependabot[bot]andrei-ng
authored andcommitted
Update ndarray requirement from 0.16 to 0.17
Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.16.0...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3a3269 commit c50cace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plotly/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ image = { version = "0.25", optional = true }
6363
plotly_derive = { version = "0.13", path = "../plotly_derive" }
6464
plotly_static = { version = "0.1", path = "../plotly_static", optional = true }
6565
plotly_kaleido = { version = "0.13", path = "../plotly_kaleido", optional = true }
66-
ndarray = { version = "0.16", optional = true }
66+
ndarray = { version = "0.17", optional = true }
6767
once_cell = "1"
6868
serde = { version = "1.0", features = ["derive"] }
6969
serde_json = "1.0"
@@ -90,7 +90,7 @@ csv = "1.1"
9090
image = "0.25"
9191
itertools = ">=0.10, <0.15"
9292
itertools-num = "0.1"
93-
ndarray = "0.16"
93+
ndarray = "0.17"
9494
plotly_static = { path = "../plotly_static" }
9595
rand_distr = "0.5"
9696
base64 = "0.22"

plotly_static/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ reqwest = { version = "0.12", features = ["blocking"] }
3333

3434
[dev-dependencies]
3535
plotly_static = { path = "." }
36-
ndarray = { version = "0.16" }
36+
ndarray = { version = "0.17" }
3737
env_logger = "0.11"
3838
clap = { version = "4.0", features = ["derive"] }
3939

0 commit comments

Comments
 (0)