From e63e3fb91a03f78c475a30b2f2160e6a69724bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:09:07 +0000 Subject: [PATCH] build(deps): update plotly requirement from 0.9.0 to 0.10.0 Updates the requirements on [plotly](https://github.com/plotly/plotly.rs) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.rs/releases) - [Changelog](https://github.com/plotly/plotly.rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.rs/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 841c3f93..121b2ce5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ nalgebra = "0.33.0" # https://docs.rs/nalgebra/latest/nalgebra/ ndarray = "0.15.0" # https://docs.rs/ndarray/latest/ndarray/ ndrustfft = "0.4.0" # https://docs.rs/ndrustfft/latest/ndrustfft/ ndarray-rand = "0.14.0" # https://docs.rs/ndarray-rand/latest/ndarray_rand/ -plotly = "0.9.0" # https://docs.rs/plotly/latest/plotly/ +plotly = "0.10.0" # https://docs.rs/plotly/latest/plotly/ plotters = "0.3.5" # https://docs.rs/plotters/latest/plotters/ rand = "0.8.5" # https://docs.rs/rand/latest/rand/ rand_distr = "0.4.3" # https://docs.rs/rand_distr/latest/rand_distr/