From 8fade4b2060b195e03d7f69f1155e305fc1e5aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 08:04:27 +0000 Subject: [PATCH] Bump rustyline from 9.1.1 to 9.1.2 Bumps [rustyline](https://github.com/kkawakam/rustyline) from 9.1.1 to 9.1.2. - [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/v9.1.1...v9.1.2) --- updated-dependencies: - dependency-name: rustyline dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- boa_cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a0eebccd1e..c2ed00e2b2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1103,9 +1103,9 @@ dependencies = [ [[package]] name = "rustyline" -version = "9.1.1" +version = "9.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c38cfbd0a4d7df7aab7cf53732d5d43449d0300358fd15cd4e8c8468a956aca" +checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039" dependencies = [ "bitflags", "cfg-if", diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 9783e6b3447..4d312dd4b82 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.1.1" +rustyline = "9.1.2" rustyline-derive = "0.6.0" structopt = "0.3.25" serde_json = "1.0.73"