From e7a28a53f118b455444fa85d70b06542de005106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 05:58:02 +0000 Subject: [PATCH] Update rustyline requirement from 6.0.0 to 7.1.0 in /cli Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Commits](https://github.com/kkawakam/rustyline/compare/v6.0.0...v7.1.0) Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 36d17ea775..0df583d518 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -19,7 +19,7 @@ pretty_env_logger = "0.4.0" log = "0.4.6" structopt = "0.3.7" scroll = "0.10.1" -rustyline = "6.0.0" +rustyline = "7.1.0" capstone = "0.7.0" ron = "0.6.0" ihex = "3.0.0"