Skip to content

Commit

Permalink
Merge pull request #120 from kyoto7250/renovate/crossterm-0.x
Browse files Browse the repository at this point in the history
Update Rust crate crossterm to 0.28.0
  • Loading branch information
kyoto7250 authored Dec 22, 2024
2 parents 9685255 + 50574ae commit 699c8db
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 @@ -14,7 +14,7 @@ categories = ["command-line-utilities"]

[dependencies]
ratatui = { version = "0.26.3", features = ["unstable-rendered-line-info"] }
crossterm = "0.27.0"
crossterm = "0.28.0"
anyhow = "1.0.86"
unicode-width = "0.1.13"
sqlx = { version = "0.8.1", features = ["mysql", "postgres", "sqlite", "chrono", "rust_decimal", "runtime-tokio-rustls", "json"], default-features = false }
Expand Down

0 comments on commit 699c8db

Please sign in to comment.