build(deps): bump inquire from 0.7.5 to 0.8.0

Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.7.5 to 0.8.0.
- [Release notes](https://github.com/mikaelmello/inquire/releases)
- [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mikaelmello/inquire/compare/v0.7.5...v0.8.0)

---
updated-dependencies:
- dependency-name: inquire
  dependency-version: 0.8.0
  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] 2025-09-15 15:08:56 +00:00 committed by GitHub
commit e82f2911d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 148 deletions

View file

@ -13,7 +13,7 @@ clap = { version = "4.5.46", features = ["derive"] }
clap-verbosity-flag = "3.0.4"
dirs = "6.0.0"
imagesize = "0.14.0"
inquire = { default-features = false, version = "0.7.5", features = [
inquire = { default-features = false, version = "0.8.0", features = [
"crossterm",
] }
log = "0.4.28"