Skip to content

Commit 6621ec0

Browse files
Update rand_distr requirement from 0.5 to 0.6
Updates the requirements on [rand_distr](https://github.com/rust-random/rand_distr) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_distr@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd31b5e commit 6621ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ itertools = ">=0.10, <0.15"
9292
itertools-num = "0.1"
9393
ndarray = "0.17"
9494
plotly_static = { path = "../plotly_static" }
95-
rand_distr = "0.5"
95+
rand_distr = "0.6"
9696
base64 = "0.22"

0 commit comments

Comments
 (0)