From d0f1112173e583437437da6d74af4615ccfdb4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:33:38 +0000 Subject: [PATCH] Update plotly requirement from 0.9 to 0.12 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.12.1) --- 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 9ec39bf..f68e262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ itertools = "0.14" map_3d = "0.1.5" maud = "0.26" -plotly = "0.9" +plotly = "0.12" clap = { version = "4.4.13", features = ["derive", "color"] } serde = { version = "1.0", default-features = false, features = ["derive"] }