From 0f5744ee65f71b7923ef94dd88b887a8cc35c07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 10:29:48 +0000 Subject: [PATCH] Update rustyline-derive requirement from 0.4.0 to 0.5.0 in /boa_cli (#1478) --- 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 f571ce199a..b9ac887adc 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -14,7 +14,7 @@ default-run = "boa" [dependencies] Boa = { path = "../boa", features = ["deser", "console"] } rustyline = "9.0.0" -rustyline-derive = "0.4.0" +rustyline-derive = "0.5.0" structopt = "0.3.22" serde_json = "1.0.66" colored = "2.0.0"