Browse Source

Update rustyline-derive requirement from 0.4.0 to 0.5.0 in /boa_cli (#1478)

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

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

Loading…
Cancel
Save