diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 9234aa30c1..52e2cdb926 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -13,7 +13,7 @@ default-run = "boa" [dependencies] Boa = { path = "../boa", features = ["deser", "console"] } -rustyline = "7.1.0" +rustyline = "8.0.0" rustyline-derive = "0.4.0" structopt = "0.3.21" serde_json = "1.0.64"