Skip to content

Commit

Permalink
Update ratatui and related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Nov 2, 2024
1 parent cc4cfb9 commit 5bf3363
Show file tree
Hide file tree
Showing 9 changed files with 243 additions and 94 deletions.
171 changes: 121 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.79.0"
exclude = ["/.github", "/img", "/tool", "go.work*", "Makefile", "_config.yml"]

[dependencies]
ansi-to-tui = "6.0.0"
ansi-to-tui = "7.0.0"
anyhow = "1.0.91"
arboard = "3.4.1"
aws-config = "1.5.9"
Expand All @@ -30,8 +30,8 @@ infer = "0.16.0"
itsuki = "0.2.0"
once_cell = "1.20.2"
open = "5.3.0"
ratatui = { version = "0.28.1", features = ["unstable-widget-ref"] }
ratatui-image = "2.0.1"
ratatui = { version = "0.29.0", features = ["unstable-widget-ref"] }
ratatui-image = "3.0.0"
serde = { version = "1.0.213", features = ["derive"] }
smart-default = "0.7.1"
syntect = { version = "5.2.0", default-features = false, features = [
Expand All @@ -43,7 +43,7 @@ toml = "0.8.19"
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
tui-input = "0.10.1"
tui-input = "0.11.0"
umbra = "0.1.0"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 5bf3363

Please sign in to comment.