From 65938336221507079ac549ed5f865c4838310f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:50:58 -0700 Subject: [PATCH] Update rustyline requirement from 15 to 17 (#391) 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/v15.0.0...v17.0.1) --- updated-dependencies: - dependency-name: rustyline dependency-version: 17.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d98dc5..e8eb421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ regex = "1" sha2 = { version = "0.10", default-features = false } thiserror = "2" # MSRV -rustyline = "15" +rustyline = "17" scrypt = "0.11" serde_json = "1"