Skip to content

Commit

Permalink
chore(deps): bump plotters from 0.3.6 to 0.3.7
Browse files Browse the repository at this point in the history
Bumps [plotters](https://github.com/plotters-rs/plotters) from 0.3.6 to 0.3.7.
- [Changelog](https://github.com/plotters-rs/plotters/blob/master/CHANGELOG.md)
- [Commits](plotters-rs/plotters@v0.3.6...v0.3.7)

---
updated-dependencies:
- dependency-name: plotters
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 1dad052 commit d7ae5e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4.22"
notify = "6.1.1"
num-traits = "0.2.19"
parking_lot = "0.12.3"
plotters = {version = "0.3.6", default-features = false, features = ["line_series"]}
plotters = {version = "0.3.7", default-features = false, features = ["line_series"]}
plotters-ratatui-backend = {version = "0.1.2", features = ["widget"]}
portrait = "0.3.0"
rand = "0.8.5"
Expand Down

0 comments on commit d7ae5e9

Please sign in to comment.