chore(cli): Bump Clap for CLI tool (#177)

This commit is contained in:
Pierre Tondereau 2022-11-10 10:59:49 +01:00 committed by GitHub
parent 4133a0fe78
commit b72d0555d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,9 @@ categories = ["api-bindings", "command-line-interface"]
[dependencies]
ext-php-rs = { version = ">=0.7.1", path = "../../" }
clap = { version = ">=3.2.5", features = ["derive"] }
clap = { version = "4.0", features = ["derive"] }
anyhow = "1"
dialoguer = "0.10"
libloading = "0.7"
cargo_metadata = "0.14"
cargo_metadata = "0.15"
semver = "1.0"