Skip to content

Commit

Permalink
chore(deps): update ndarray requirement from 0.15.6 to 0.16.1
Browse files Browse the repository at this point in the history
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.15.6...0.15.6)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent d3c223b commit 86cb410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ typetag = "0.2.13"
url = "2.4.1"
uuid = "1.4.1"
uuid7 = "1.0.0"
ndarray = "0.15.6"
ndarray = "0.16.1"
ndarray-interp = "0.4.1"
rand_distr = "0.4.3"
fake = "2.9.2"
Expand Down

0 comments on commit 86cb410

Please sign in to comment.