diff --git a/Cargo.toml b/Cargo.toml index 38f82d9..2860325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ tower-lsp = { version = "0.20.0", features = ["proposed"]} serde = { version = "1.0", features = ["derive"] } rustyline = "15.0.0" ratatui = "0.29.0" -crossterm = "0.28.1" +crossterm = "0.29.0" home = "0.5.11"