Skip to content

Commit

Permalink
Bump ndarray from 0.16.0 to 0.16.1 (#269)
Browse files Browse the repository at this point in the history
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.0 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.16.0...0.16.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 1b27580 commit 87ce23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
itertools = "0.13.0"
lazy_static = "1.5.0"
ndarray = "0.16.0"
ndarray = "0.16.1"
petgraph = {version = "0.6.5", default-features = false, features = ["stable_graph"]}
regex = "1.10.6"
unic-char-range = "0.9.0"
Expand Down

0 comments on commit 87ce23d

Please sign in to comment.