Skip to content

Commit

Permalink
⬆️ Update dialoguer requirement from ^0.10 to ^0.11
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Jan 24, 2024
1 parent 9ad0f8c commit 71e534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude = [
[dependencies]
dirs = "^5.0"
git2 = { version = "^0.18", default-features = false }
dialoguer = { version = "^0.10", optional = true }
dialoguer = { version = "^0.11", optional = true }
pest = "^2.3"
pest_derive = "^2.3"
regex = "^1.6"
Expand Down

0 comments on commit 71e534a

Please sign in to comment.