Skip to content

Commit 8aa6f45

Browse files
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](plotly/plotly.rs@0.8.0...0.12.1) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84d18bc commit 8aa6f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cggtts-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log = "0.4"
1515
walkdir = "2"
1616
env_logger = "0.11"
1717
itertools = "0.13"
18-
plotly = "0.8"
18+
plotly = "0.12"
1919
clap = { version = "4.4.6", features = ["derive", "color"] }
2020
serde = { version = "1", default-features = false, features = ["derive"] }
2121
cggtts = { path = "../cggtts", version = "=4.2.0" }

0 commit comments

Comments
 (0)