From 5e9fd842df52a7de955f5f52e7e963003312ec4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:05:17 +0000 Subject: [PATCH] Update rustyline requirement from ^17.0.2 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/v17.0.2...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 232aa64..2f9f030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ owo-colors = "^4.2.3" regex = "^1.12.2" lazy-regex = "^3.4.2" clap = { version = "^4.5.51", features = ["derive"] } -rustyline = "^17.0.2" +rustyline = "^18.0.0" dirs = "^6.0.0" backtrace = "^0.3.76" num = "^0.4.3"