diff --git a/Cargo.toml b/Cargo.toml index 369ee0b..ffef8a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ strip = true [dependencies] dirs = "5.0.1" whoami = "1.5.1" -rustyline = { version = "14.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } +rustyline = { version = "15.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4" shellwords = "1.1.0"