Skip to content

Commit

Permalink
Update Rust crate crossterm to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent af2a2a9 commit 091ec34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["development-tools"]

[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
crossterm = { version = "0.26.1", features = ["use-dev-tty"] }
crossterm = { version = "0.27.0", features = ["use-dev-tty"] }
ratatui = "0.21.0"
regex = { version = "1.8.2", default-features = false, features = ["std", "perf", "unicode-case" ] }
arboard = { version = "3.3.0", default-features = false, features = ["wayland-data-control"] }
Expand Down

0 comments on commit 091ec34

Please sign in to comment.