Skip to content

Commit

Permalink
Update ndarray-rand requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray-rand](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@ndarray-rand-0.14.0...ndarray-rand-0.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent b5eb4d9 commit e4d1ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ version = "0.5"

[dependencies.ndarray-rand]
optional = true
version = "0.14"
version = "0.15"

[dependencies.rand]
default-features = false
Expand Down

0 comments on commit e4d1ef2

Please sign in to comment.