Browse Source

Update rustyline requirement from 7.1.0 to 8.0.0 in /boa_cli (#1167)

pull/1168/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
76afaba014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa_cli/Cargo.toml

2
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"

Loading…
Cancel
Save