Bump dialoguer from 0.8.0 to 0.10.1

Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.8.0 to 0.10.1.
- [Release notes](https://github.com/mitsuhiko/dialoguer/releases)
- [Changelog](https://github.com/mitsuhiko/dialoguer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/dialoguer/compare/0.8.0...v0.10.1)

---
updated-dependencies:
- dependency-name: dialoguer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-20 07:06:39 +00:00
committed by Dustin J. Mitchell
parent b15732ed38
commit 63e48b0a96
2 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ serde = { version = "^1.0.125", features = ["derive"] }
serde_json = "^1.0"
lazy_static = "1"
iso8601-duration = "0.1"
dialoguer = "0.8"
dialoguer = "0.10"
# only needed for usage-docs
# if the mdbook version changes, change it in .github/workflows/publish-docs.yml and .github/workflows/checks.yml as well