Skip to content

Commit

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

---
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 Jul 22, 2024
1 parent 6777286 commit 3bd9436
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 8 deletions.
115 changes: 108 additions & 7 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.27.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = { version = "1.0.120", features = ["raw_value"] }
tokio = { version = "1.38.1", features = ["fs", "macros", "rt-multi-thread", "io-util", "time"] }
Expand Down

0 comments on commit 3bd9436

Please sign in to comment.