Skip to content

Commit

Permalink
Merge pull request #46 from orhun/chore/bump_ratatui
Browse files Browse the repository at this point in the history
Update to ratatui 0.23.0
  • Loading branch information
gin66 authored Sep 14, 2023
2 parents e718d4d + 4cb6e9f commit 22c087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ travis-ci = { repository = "gin66/tui-logger" }
log = "0.4"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
tui = { version = "0.19", default-features = false, package = "tui", optional = true }
ratatui = { version = "0.22.0", default-features = false, package = "ratatui", optional = true }
ratatui = { version = "0.23.0", default-features = false, package = "ratatui", optional = true }
tracing = {version = "0.1.37", optional = true}
tracing-subscriber = {version = "0.3", optional = true}
lazy_static = "1.0"
Expand Down

0 comments on commit 22c087c

Please sign in to comment.