Skip to content

Commit

Permalink
⬆️ Update dialoguer requirement from ^0.7 to ^0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [dialoguer](https://github.com/mitsuhiko/dialoguer) to permit the latest version.
- [Release notes](https://github.com/mitsuhiko/dialoguer/releases)
- [Changelog](https://github.com/mitsuhiko/dialoguer/blob/master/CHANGELOG.md)
- [Commits](console-rs/dialoguer@0.7.0...0.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Mar 15, 2021
1 parent 266de0b commit 9ea6987
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 @@ -14,7 +14,7 @@ exclude = ["/.github", ".dependabot/", "/docs/**", "/scripts", ".gitignore", "/t
[dependencies]
dirs = "^3.0"
git2 = { version = "^0.13", default-features = false }
dialoguer = { version = "^0.7", optional = true }
dialoguer = { version = "^0.8", optional = true }
pest = "^2.1"
pest_derive = "^2.1"
regex = "^1.4"
Expand Down

0 comments on commit 9ea6987

Please sign in to comment.