From 7eff2fd8aefee58d0f9b18d2121019d46386c4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 03:53:00 +0000 Subject: [PATCH] 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](https://github.com/rust-random/rand/compare/rand_distr-0.4.0...0.5.0) --- updated-dependencies: - dependency-name: rand_distr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plotly/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index 921675e0..9d0be3e3 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -51,5 +51,5 @@ itertools = ">=0.10, <0.15" itertools-num = "0.1" ndarray = "0.16" plotly_kaleido = { path = "../plotly_kaleido", features = ["download"] } -rand_distr = "0.4" +rand_distr = "0.5" base64 = "0.22"