Skip to content

Commit

Permalink
chore(deps): bump ratatui to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Feb 17, 2024
1 parent 64c9cfa commit 331a22d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 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 tokio-console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ clap_complete = "4.4.10"
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
tonic = { version = "0.10", features = ["transport"] }
futures = "0.3"
ratatui = { version = "0.26.0", default-features = false, features = ["crossterm"] }
ratatui = { version = "0.26.1", default-features = false, features = ["crossterm"] }
tower = "0.4.12"
tracing = "0.1"
tracing-subscriber = { version = "0.3" }
Expand Down

0 comments on commit 331a22d

Please sign in to comment.