Skip to content

Commit

Permalink
Bump ndarray from 0.15.6 to 0.16.1 in /cattus-engine
Browse files Browse the repository at this point in the history
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.15.6 to 0.16.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.15.6...0.16.1)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent d3752f3 commit c55ede8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
32 changes: 28 additions & 4 deletions cattus-engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cattus-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ petgraph = "0.6.*"
cached = "0.53.*"
clap = { version = "4.5.16", features = ["derive"] }
json = "0.12.*"
ndarray = "0.15.6"
ndarray = "0.16.1"
chess = "3.2.*"
once_cell = "1.19.*"
pleco = "0.5.*"
Expand Down

0 comments on commit c55ede8

Please sign in to comment.