Skip to content

Commit

Permalink
build(deps): bump ratatui from 0.26.0 to 0.26.1
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.26.0...v0.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fujiapple852 committed Feb 13, 2024
1 parent 8ffedb6 commit 49ab51e
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 @@ -37,7 +37,7 @@ clap = { version = "~4.4.0", default-features = false, features = [ "cargo", "d
clap_complete = "~4.4.9"
humantime = "2.1.0"
parking_lot = "0.12.1"
ratatui = "0.26.0"
ratatui = "0.26.1"
crossterm = { version = "0.27.0", default-features = false, features = [ "events", "windows" ] }
chrono = { version = "0.4.34", default-features = false, features = [ "clock" ] }
itertools = "0.12.1"
Expand Down

0 comments on commit 49ab51e

Please sign in to comment.