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 15, 2024
1 parent 82c9186 commit 4ead8d7
Showing 1 changed file with 1 addition and 1 deletion.
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 4ead8d7

Please sign in to comment.