From e08873c55d193286ecf3c3ac033c037aaaee5455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 17:01:17 +0000 Subject: [PATCH] Update rustyline requirement from 6.3.0 to 10.1.1 in /boa_cli 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/v6.3.0...v10.1.1) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- boa_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 9644a84fa16..b9daa65bd9b 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] Boa = { path = "../boa", features = ["serde"] } -rustyline = "6.3.0" +rustyline = "10.1.1" rustyline-derive = "0.3.1" structopt = "0.3.18" serde_json = "1.0.58"