Skip to content

Commit b305908

Browse files
dependabot[bot]Xenira
authored andcommitted
chore(deps): update dialoguer requirement from 0.11 to 0.12
Updates the requirements on [dialoguer](https://github.com/console-rs/dialoguer) to permit the latest version. - [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG.md) - [Commits](console-rs/dialoguer@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: dialoguer dependency-version: 0.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 149d9e4 commit b305908

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
@@ -18,7 +18,7 @@ ext-php-rs = { version = "0.14", default-features = false, path = "../../" }
1818

1919
clap = { version = "4.0", features = ["derive"] }
2020
anyhow = "1"
21-
dialoguer = "0.11"
21+
dialoguer = "0.12"
2222
libloading = "0.8"
2323
cargo_metadata = "0.22"
2424
semver = "1.0"

0 commit comments

Comments
 (0)