Skip to content

Commit 58334c3

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 6478766 commit 58334c3

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
@@ -36,7 +36,7 @@ kml = { version = "0.8.6", optional = true }
3636
gpx = { version = "0.10", optional = true }
3737
csv = { version = "1.3.0", optional = true }
3838

39-
plotly = "0.9"
39+
plotly = "0.12"
4040

4141
anise = { version = "0.5.0", features = ["embed_ephem"] }
4242
hifitime = { version = "4.0.0", features = ["serde", "std"] }

0 commit comments

Comments
 (0)