Skip to content

Commit

Permalink
Bump ansi-to-tui.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Aug 12, 2024
1 parent da6b129 commit ed8393e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
22 changes: 7 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default = []
nsswrapper = []

[dependencies]
ansi-to-tui = "4.1.0"
ansi-to-tui = "5.0.0-rc.1"
chrono = { version = "^0.4", features = ["unstable-locales"] }
crossterm = { version = "^0.27", features = ["event-stream"] }
futures = "0.3"
Expand All @@ -23,7 +23,7 @@ i18n-embed = { version = "^0.14", features = [
i18n-embed-fl = "^0.8"
lazy_static = "^1.4"
nix = { version = "^0.28", features = ["feature"] }
tui = { package = "ratatui", version = "^0.26", default-features = false, features = [
tui = { package = "ratatui", version = "^0.27", default-features = false, features = [
"crossterm",
"unstable"
] }
Expand Down

0 comments on commit ed8393e

Please sign in to comment.