Skip to content

Commit

Permalink
Update ndarray-rand requirement from 0.12.0 to 0.13.0
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.12.0...ndarray-rand-0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 22, 2020
1 parent 6963c01 commit dee8961
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 @@ -26,7 +26,7 @@ paste = "1.0.0"
nalgebra = { version = "0.22.0", optional = true, features = ["serde-serialize"] }
ndarray = { version = "0.13", optional = true, features = ["serde-1"] }
ndarray-linalg = { version = "0.12", optional = true }
ndarray-rand = {version = "0.12.0", optional = true }
ndarray-rand = {version = "0.13.0", optional = true }
num = { version = "0.3" }
num-complex = "0.2"
rand = { version = "0.7.2", features = ["serde1"] }
Expand Down

0 comments on commit dee8961

Please sign in to comment.