Skip to content

Commit

Permalink
chore(deps): bump ratatui from 0.25.0 to 0.28.1
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.25.0 to 0.28.1.
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.25.0...v0.28.1)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 6, 2024
1 parent 1dad052 commit 1782d16
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 7 deletions.
114 changes: 108 additions & 6 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 @@ -26,7 +26,7 @@ plotters = {version = "0.3.6", default-features = false, features = ["line_serie
plotters-ratatui-backend = {version = "0.1.2", features = ["widget"]}
portrait = "0.3.0"
rand = "0.8.5"
ratatui = "0.25.0"
ratatui = "0.28.1"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["raw_value"] }
tokio = { version = "1.40.0", features = ["fs", "macros", "rt-multi-thread", "io-util", "time"] }
Expand Down

0 comments on commit 1782d16

Please sign in to comment.