Skip to content

Commit

Permalink
chore(deps): update rust crate crossterm to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 12, 2023
1 parent cea1f81 commit 96bb29a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 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 rusty_basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossterm = "0.25"
crossterm = "0.27"
rusty_common = { path = "../rusty_common" }
rusty_parser = { path = "../rusty_parser" }
rusty_linter = { path = "../rusty_linter" }
Expand Down

0 comments on commit 96bb29a

Please sign in to comment.