Browse Source

Bump rustyline-derive from 0.5.0 to 0.6.0 (#1733)

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

4
Cargo.lock generated

@ -1127,9 +1127,9 @@ dependencies = [
[[package]] [[package]]
name = "rustyline-derive" name = "rustyline-derive"
version = "0.5.0" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "688599bdab9f42105d0ae1494335a9ffafdeb7d36325e6b10fd4abc5829d6284" checksum = "bb35a55ab810b5c0fe31606fe9b47d1354e4dc519bec0a102655f78ea2b38057"
dependencies = [ dependencies = [
"quote", "quote",
"syn", "syn",

2
boa_cli/Cargo.toml

@ -15,7 +15,7 @@ default-run = "boa"
[dependencies] [dependencies]
Boa = { path = "../boa", features = ["deser", "console"] } Boa = { path = "../boa", features = ["deser", "console"] }
rustyline = "9.0.0" rustyline = "9.0.0"
rustyline-derive = "0.5.0" rustyline-derive = "0.6.0"
structopt = "0.3.25" structopt = "0.3.25"
serde_json = "1.0.72" serde_json = "1.0.72"
colored = "2.0.0" colored = "2.0.0"

Loading…
Cancel
Save