From cf776063a645f5893fdf40798a98628062fe1e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:18:02 +0000 Subject: [PATCH] Update rustyline requirement from 12 to 13 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/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: rustyline 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 dfdf2be2..322053a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ proptest = "1" rand = "0.8" regex = "1" # MSRV -rustyline = "12" +rustyline = "13" scrypt = "0.11" serde_json = "1"