Skip to content

Commit da8434e

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 8fab464 commit da8434e

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
@@ -48,7 +48,7 @@ gnss-qc-traits = { version = "0.0.2", features = ["processing"] }
4848

4949
maud = "0.26"
5050

51-
plotly = "0.9"
51+
plotly = "0.12"
5252
# plotly = { path = "../../plotly-rs/plotly" }
5353
# plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"}
5454

0 commit comments

Comments
 (0)