build(deps): update rand requirement from 0.7.3 to 0.8.3

Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.7.3...0.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-04-28 20:00:24 +00:00
committed by GitHub
parent 162bed2aa2
commit 790979a26d
+1 -1
View File
@@ -23,7 +23,7 @@ ndarray = { version = "0.14", optional = true }
nalgebra = { version = "0.23.0", optional = true } nalgebra = { version = "0.23.0", optional = true }
num-traits = "0.2.12" num-traits = "0.2.12"
num = "0.3.0" num = "0.3.0"
rand = "0.7.3" rand = "0.8.3"
rand_distr = "0.3.0" rand_distr = "0.3.0"
serde = { version = "1.0.115", features = ["derive"], optional = true } serde = { version = "1.0.115", features = ["derive"], optional = true }