Skip to content

Commit

Permalink
Bump rustyline from 7.0.0 to 7.1.0 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2020
1 parent e71fcd5 commit 4e82a98
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 60 deletions.
71 changes: 12 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-run = "boa"

[dependencies]
Boa = { path = "../boa", features = ["serde", "console"] }
rustyline = "7.0.0"
rustyline = "7.1.0"
rustyline-derive = "0.4.0"
structopt = "0.3.21"
serde_json = "1.0.60"
Expand Down

0 comments on commit 4e82a98

Please sign in to comment.