deps: update clap and structopt (#3809)

This commit is contained in:
André Silva
2019-10-12 18:31:49 +01:00
committed by GitHub
parent ea3b9bf393
commit 6e5fe1a557
9 changed files with 92 additions and 104 deletions
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
clap = { version = "~2.32.0", features = ["yaml"] }
clap = { version = "2.33.0", features = ["yaml"] }
node-cli = { path = "../../node/cli" }
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
substrate-service = { path = "../../core/service" }