Skip to content

Commit

Permalink
fix(deps): update rust crate termion to ^2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 4, 2023
1 parent 0e095f8 commit fe16a8a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
28 changes: 18 additions & 10 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 @@ -17,7 +17,7 @@ ctrlc = "^3.4.1"
num-traits = "^0.2.17"
rand = "^0.8.5"
structopt = "^0.3.26"
termion = "^2.0.1"
termion = "^2.0.3"
thiserror = "^1.0.50"
ratatui = { version = "^0.24.0", features = [
"termion",
Expand Down

0 comments on commit fe16a8a

Please sign in to comment.