Skip to content

Commit

Permalink
build(deps): bump ratatui from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.24.0 to 0.25.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.24.0...v0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fujiapple852 committed Dec 20, 2023
1 parent a3e53be commit 73367f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 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 @@ -36,7 +36,7 @@ clap = { version = "4.4.0", default-features = false, features = [ "cargo", "de
clap_complete = "4.4.4"
humantime = "2.1.0"
parking_lot = "0.12.1"
ratatui = "0.24.0"
ratatui = "0.25.0"
crossterm = { version = "0.27.0", default-features = false, features = [ "events", "windows" ] }
chrono = { version = "0.4.31", default-features = false, features = [ "clock" ] }
itertools = "0.12.0"
Expand Down

0 comments on commit 73367f9

Please sign in to comment.