Skip to content

Commit

Permalink
Merge pull request #266 from avhz/dependabot/cargo/plotly-0.10.0
Browse files Browse the repository at this point in the history
build(deps): update plotly requirement from 0.9.0 to 0.10.0
  • Loading branch information
avhz authored Sep 30, 2024
2 parents a0c39e1 + e63e3fb commit 352e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ nalgebra = "0.33.0" # https://docs.rs/nalgebra/latest/nalgebra/
ndarray = "0.16.1" # https://docs.rs/ndarray/latest/ndarray/
ndrustfft = "0.4.0" # https://docs.rs/ndrustfft/latest/ndrustfft/
ndarray-rand = "0.14.0" # https://docs.rs/ndarray-rand/latest/ndarray_rand/
plotly = "0.9.0" # https://docs.rs/plotly/latest/plotly/
plotly = "0.10.0" # https://docs.rs/plotly/latest/plotly/
plotters = "0.3.5" # https://docs.rs/plotters/latest/plotters/
rand = "0.8.5" # https://docs.rs/rand/latest/rand/
rand_distr = "0.4.3" # https://docs.rs/rand_distr/latest/rand_distr/
Expand Down

0 comments on commit 352e42e

Please sign in to comment.