From 4764f434ceb49f64dc9e2307ab0eddc98b181c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:05:41 +0000 Subject: [PATCH] build(deps): update rustyline requirement from 14.0.0 to 18.0.0 Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](https://github.com/kkawakam/rustyline/compare/v14.0.0...v18.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-version: 18.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 369ee0b..44b7497 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 = "18.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4" shellwords = "1.1.0"