Skip to content

Commit

Permalink
cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Sep 19, 2024
1 parent 00c256c commit 65edaf1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 113 deletions.
127 changes: 16 additions & 111 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 @@ -18,8 +18,8 @@ bitflags = "^2.6"

instant = { version = "0.1", features = ["wasm-bindgen"], optional = true }

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

[features]
default = [
Expand Down

0 comments on commit 65edaf1

Please sign in to comment.