Skip to content

Commit 5ef3e22

Browse files
chore(deps): update dialoguer requirement from 0.10 to 0.11 (#387)
Updates the requirements on [dialoguer](https://github.com/console-rs/dialoguer) to permit the latest version. - [Changelog](https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md) - [Commits](console-rs/dialoguer@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: dialoguer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9841c01 commit 5ef3e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext-php-rs = { version = "0.13", path = "../../" }
1515

1616
clap = { version = "4.0", features = ["derive"] }
1717
anyhow = "1"
18-
dialoguer = "0.10"
18+
dialoguer = "0.11"
1919
libloading = "0.7"
2020
cargo_metadata = "0.15"
2121
semver = "1.0"

0 commit comments

Comments
 (0)