Skip to content

Commit 7bffa9f

Browse files
committed
chore(oma-console): use upstream termbg
1 parent 0278fd2 commit 7bffa9f

File tree

2 files changed

+133
-24
lines changed

2 files changed

+133
-24
lines changed

Cargo.lock

Lines changed: 132 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oma-console/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ indicatif = { version = "0.18", optional = true }
1313
tracing = { version = "0.1", optional = true }
1414
tracing-subscriber = { version = "0.3", optional = true }
1515
ratatui = { version = "0.30", optional = true }
16-
# https://github.com/async-rs/async-std/issues/1055
17-
# https://github.com/tokio-rs/tokio/issues/5535
18-
termbg = { version = "0.1", package = "termbg-with-async-stdin", optional = true }
16+
termbg = { version = "0.6", optional = true }
1917
ansi-to-tui = { version = "8.0", optional = true }
2018
textwrap = { version = "0.16", optional = true }
2119
aho-corasick = { version = "1.1.3", optional = true }

0 commit comments

Comments
 (0)