Skip to content

Commit d0f1112

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ itertools = "0.14"
2929
map_3d = "0.1.5"
3030

3131
maud = "0.26"
32-
plotly = "0.9"
32+
plotly = "0.12"
3333

3434
clap = { version = "4.4.13", features = ["derive", "color"] }
3535
serde = { version = "1.0", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)