Skip to content

Commit

Permalink
Bump structopt from 0.3.17 to 0.3.18 (#713)
Browse files Browse the repository at this point in the history
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](TeXitoi/structopt@v0.3.17...v0.3.18)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2020
1 parent 3f6a8ef commit c4e08ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -14,7 +14,7 @@ edition = "2018"
Boa = { path = "../boa", features = ["serde"] }
rustyline = "6.3.0"
rustyline-derive = "0.3.1"
structopt = "0.3.17"
structopt = "0.3.18"
serde_json = "1.0.57"
colored = "2.0.0"
regex = "1.3.9"
Expand Down
2 changes: 1 addition & 1 deletion tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
Boa = { path = "../boa" }
structopt = "0.3.17"
structopt = "0.3.18"
serde = { version = "1.0.116", features = ["derive"] }
serde_yaml = "0.8.13"
serde_json = "1.0.57"
Expand Down

0 comments on commit c4e08ff

Please sign in to comment.