Skip to content

Commit

Permalink
update ratatui dependency from 0.27 to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 7, 2024
1 parent 150ee9d commit 5d77bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ serde = ["dep:serde"]

[dependencies]
arbitrary = { version = "1", features = ["derive"], optional = true }
crossterm = { package = "crossterm", version = "0.27", optional = true }
crossterm = { package = "crossterm", version = "0.28", optional = true }
crossterm-025 = { package = "crossterm", version = "0.25", optional = true }
ratatui = { version = "0.27", default-features = false, optional = true }
ratatui = { version = "0.28", default-features = false, optional = true }
regex = { version = "1", optional = true }
termion = { version = "4.0", optional = true }
termwiz = { version = "0.22.0", optional = true }
Expand Down

0 comments on commit 5d77bf8

Please sign in to comment.