diff --git a/Cargo.toml b/Cargo.toml index 4abab39..d9f5d03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0.78" tokio = { version = "1.17.0", features = ["full"] } tower-lsp = { version = "0.20.0", features = ["proposed"]} serde = { version = "1.0", features = ["derive"] } -rustyline = "15.0.0" +rustyline = "17.0.0" ratatui = "0.29.0" crossterm = "0.28.1" home = "0.5.11"