Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Aug 7, 2024
1 parent 6b0b836 commit df4dbff
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 25 deletions.
123 changes: 99 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bitflags = "^2.6"
instant = { version = "0.1", features = ["wasm-bindgen"], optional = true }

crossterm = { version = "^0.27", optional = true }
ratatui = { version = "^0.27", features = ["all-widgets"], optional = true }
ratatui = { version = "^0.28", features = ["all-widgets"], optional = true }

[features]
default = [
Expand Down

0 comments on commit df4dbff

Please sign in to comment.