upgrade clap to 4.x

pull/454/head
Dmitry Savintsev 3 years ago
parent 52b9ffed60
commit a91e05e7b8

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
bindgen = "0.63"
clap = { version = "3", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
anyhow = "1"
thiserror = "1"
tempfile = "3"

@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1"
aya = { path = "../../aya" }
clap = { version = "3", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
env_logger = "0.10"
inventory = "0.2"
integration-test-macros = { path = "../integration-test-macros" }

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
aya-tool = { path = "../aya-tool" }
clap = { version = "3", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
anyhow = "1"
syn = "1"
quote = "1"

Loading…
Cancel
Save