Skip to content

Commit

Permalink
chore(deps): bump ratatui 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jun 25, 2024
1 parent b36bd58 commit 040f18f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ proptest-arbitrary-interop.workspace = true
rand.workspace = true

# tui
comfy-table = "7.0"
comfy-table = "7.1"
crossterm = "0.27.0"
ratatui = { version = "0.26", default-features = false, features = [
ratatui = { version = "0.27", default-features = false, features = [
"crossterm",
] }
human_bytes = "0.4.1"
Expand Down

0 comments on commit 040f18f

Please sign in to comment.