diff --git a/tombstone/Cargo.toml b/tombstone/Cargo.toml index c57fde1..3a035fe 100644 --- a/tombstone/Cargo.toml +++ b/tombstone/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -crossterm = "0.27.0" +crossterm = "0.28.1" ratatui = { version = "0.28.1", features = ["all-widgets"] } spirit = { path = "../spirit" } tracing = "0.1.40"