Skip to content

Commit

Permalink
chore(cli): Bump Clap for CLI tool (davidcole1340#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau authored Nov 10, 2022
1 parent 4133a0f commit b72d055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b72d055

Please sign in to comment.