Bump clap from 2.33.0 to 2.33.1 (#94)

This commit is contained in:
dependabot-preview[bot]
2020-05-18 04:20:02 +00:00
committed by Bastian Köcher
parent 04c091a050
commit 7ddff25912
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
ansi_term = "0.12"
async-std = "1.0.1"
async-stream = "0.2.0"
clap = { version = "2.33.0", features = ["yaml"] }
clap = { version = "2.33.1", features = ["yaml"] }
codec = { package = "parity-scale-codec", version = "1.0.0" }
env_logger = "0.7.0"
ethabi = "12.0"
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
async-std = "1.0.1"
clap = "2.3.3"
clap = "2.33.1"
ctrlc = "3.1.4"
derive_more = "0.99.7"
env_logger = "0.7.1"