Bump structopt from 0.3.14 to 0.3.15 (#148)

Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.14 to 0.3.15.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.14...v0.3.15)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-22 10:53:04 +02:00
committed by Bastian Köcher
parent 800c4314fa
commit d812d58801
+1 -1
View File
@@ -14,7 +14,7 @@ name = "bridge-node"
futures = "0.3.5"
jsonrpc-core = "14.2.0"
log = "0.4.8"
structopt = "0.3.14"
structopt = "0.3.15"
bridge-node-runtime = { version = "0.1.0", path = "../runtime" }
sp-bridge-eth-poa = { version = "0.1.0", path = "../../../primitives/ethereum-poa" }