Skip to content

Commit 8fe4eba

Browse files
Update ndarray requirement from 0.16.1 to 0.17.1
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.1...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58b1722 commit 8fe4eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aksr = { version = "0.0.7" }
1818
ab_glyph = { version = "0.2.32" }
1919
image = { version = "0.25" }
2020
imageproc = { version = "0.25" }
21-
ndarray = { version = "0.16.1", features = ["rayon"] }
21+
ndarray = { version = "0.17.1", features = ["rayon"] }
2222
half = { version = "2.7.1", features = ["bytemuck", "num-traits"] }
2323
indicatif = { version = "0.18" }
2424
log = { version = "0.4.26" }

0 commit comments

Comments
 (0)