Bump clap to 4.2.5 (#14061)

Co-authored-by: parity-processbot <>
This commit is contained in:
Mira Ressel
2023-05-02 19:54:18 +02:00
committed by GitHub
parent 5db4119f93
commit 793f04fc05
15 changed files with 184 additions and 52 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ publish = false
[dependencies]
array-bytes = "4.1"
clap = { version = "4.0.9", features = ["derive"] }
clap = { version = "4.2.5", features = ["derive"] }
log = "0.4.17"
node-primitives = { version = "2.0.0", path = "../primitives" }
node-testing = { version = "3.0.0-dev", path = "../testing" }