Skip to content

Commit f11104e

Browse files
Bump ndarray from 0.16.1 to 0.17.0 (#328)
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.0. - [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.1...0.17.0) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9c4bc4 commit f11104e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ crate-type = ["cdylib", "rlib"]
3434

3535
[dependencies]
3636
itertools = "0.14.0"
37-
ndarray = "0.16.1"
37+
ndarray = "0.17.0"
3838
petgraph = {version = "0.8.3", default-features = false, features = ["stable_graph"]}
3939
regex = "1.12.2"
4040
unic-char-range = "0.9.0"

0 commit comments

Comments
 (0)