Skip to content

Commit 7eff2fd

Browse files
Update rand_distr requirement from 0.4 to 0.5
Updates the requirements on [rand_distr](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](rust-random/rand@rand_distr-0.4.0...0.5.0) --- updated-dependencies: - dependency-name: rand_distr dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c63fbe commit 7eff2fd

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
@@ -51,5 +51,5 @@ itertools = ">=0.10, <0.15"
5151
itertools-num = "0.1"
5252
ndarray = "0.16"
5353
plotly_kaleido = { path = "../plotly_kaleido", features = ["download"] }
54-
rand_distr = "0.4"
54+
rand_distr = "0.5"
5555
base64 = "0.22"

0 commit comments

Comments
 (0)