Skip to content

Commit

Permalink
feat!: update ratatui to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron authored Feb 3, 2024
2 parents 9555c6f + ca29ee1 commit 943d49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crosstermion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ crossterm = { version = "0.27.0", optional = true, default-features = false, fea
futures-channel = { version = "0.3.5", optional = true, default-features = false, features = ["std", "sink"] }
futures-core = { version = "0.3.5", optional = true, default-features = false }
futures-lite = { version = "2.1.0", optional = true }
tui = { package = "ratatui", version = "0.25.0", optional = true, default-features = false }
tui = { package = "ratatui", version = "0.26.0", optional = true, default-features = false }
tui-react = { version = "^0.22.0", optional = true, default-features = false, path = "../tui-react" }
ansiterm = { version = "0.12.2", optional = true, default-features = false }
async-channel = { version = "2.1.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tui-react/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"

[dependencies]
tui = { package = "ratatui", version = "0.25.0", default-features = false }
tui = { package = "ratatui", version = "0.26.0", default-features = false }
log = "0.4.6"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"

0 comments on commit 943d49d

Please sign in to comment.