build(deps): update clap requirement from 3 to 4

Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.0...v4.0.8)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/400/head
dependabot[bot] 3 years ago committed by GitHub
parent 52b9ffed60
commit 3e46eef6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

Loading…
Cancel
Save