From 4358d6983ee7ac68c3c50cdf262460c2d80501fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 06:41:00 +0000 Subject: [PATCH] Update rustyline requirement from 6.0.0 to 7.0.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.0.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..6c1d3e4820 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.0.0" capstone = "0.7.0" ron = "0.6.0" ihex = "3.0.0"