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
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
name = "node-template"
[dependencies]
clap = { version = "4.0.9", features = ["derive"] }
clap = { version = "4.2.5", features = ["derive"] }
futures = { version = "0.3.21", features = ["thread-pool"]}
sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" }