From 8aa6f45b7f77b688122021f16eb039be9ec00b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:53:20 +0000 Subject: [PATCH] Update plotly requirement from 0.8 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.8.0...0.12.1) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cggtts-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cggtts-cli/Cargo.toml b/cggtts-cli/Cargo.toml index de697de..2c53d50 100644 --- a/cggtts-cli/Cargo.toml +++ b/cggtts-cli/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4" walkdir = "2" env_logger = "0.11" itertools = "0.13" -plotly = "0.8" +plotly = "0.12" clap = { version = "4.4.6", features = ["derive", "color"] } serde = { version = "1", default-features = false, features = ["derive"] } cggtts = { path = "../cggtts", version = "=4.2.0" }