Skip to content

Commit

Permalink
fix(deps): update rust crate ratatui to ^0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent df121a9 commit 037e3a3
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 3 deletions.
68 changes: 66 additions & 2 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 @@ rand = "^0.8.5"
structopt = "^0.3.26"
termion = "^2.0.1"
thiserror = "^1.0.50"
ratatui = { version = "^0.23.0", features = [
ratatui = { version = "^0.24.0", features = [
"termion",
], default-features = false }
typed-builder = "^0.18.0"
Expand Down

0 comments on commit 037e3a3

Please sign in to comment.