Skip to content

Commit caf2c92

Browse files
Bump ndarray from 0.16.1 to 0.17.1
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afa5346 commit caf2c92

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

Cargo.lock

Lines changed: 17 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
@@ -119,7 +119,7 @@ libloading = "0.8"
119119
lru = "0.16"
120120
lz4_flex = "0.11"
121121
mime = "0.3"
122-
ndarray = { version = "0.16", features = ["approx"] } # has to match with `ort`
122+
ndarray = { version = "0.17", features = ["approx"] } # has to match with `ort`
123123
num = "0.4"
124124
num-traits = "0.2"
125125
oauth2 = "5.0"

0 commit comments

Comments
 (0)