Skip to content

Commit

Permalink
(chore) Bump ratatui and textarea together.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Oct 31, 2024
1 parent 2fd3499 commit 438d18e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
32 changes: 22 additions & 10 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 @@ -81,9 +81,9 @@ weaver_checker = { path = "crates/weaver_checker" }

clap = { version = "4.5.20", features = ["derive"] }
rayon = "1.10.0"
ratatui = { version = "0.28.1", features=["serde"] }
ratatui = { version = "0.29.0", features=["serde"] }
crossterm = { version = "0.28.1", features = ["serde"] }
tui-textarea = "0.6.1"
tui-textarea = "0.7.0"

# workspace dependencies
serde.workspace = true
Expand Down

0 comments on commit 438d18e

Please sign in to comment.