Skip to content

Commit b72d055

Browse files
authored
chore(cli): Bump Clap for CLI tool (#177)
1 parent 4133a0f commit b72d055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ categories = ["api-bindings", "command-line-interface"]
1313
[dependencies]
1414
ext-php-rs = { version = ">=0.7.1", path = "../../" }
1515

16-
clap = { version = ">=3.2.5", features = ["derive"] }
16+
clap = { version = "4.0", features = ["derive"] }
1717
anyhow = "1"
1818
dialoguer = "0.10"
1919
libloading = "0.7"
20-
cargo_metadata = "0.14"
20+
cargo_metadata = "0.15"
2121
semver = "1.0"

0 commit comments

Comments
 (0)