Skip to content

Update inquire requirement from 0.7 to 0.8#9

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/inquire-0.8
Closed

Update inquire requirement from 0.7 to 0.8#9
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/inquire-0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on inquire to permit the latest version.

Release notes

Sourced from inquire's releases.

v0.8.0

Features

  • Improve end user experience when prompting for input without a message.
  • Implement raw_prompt_skippable for Select.

Fixes

  • Fix bug where inputs spanning 3+ lines would break text rendering.
  • Fix bug where Select and MultiSelect prompts would render the first option incorrectly when filtering is disabled.
  • Fix autocomplete suggestions not being updated after a suggestion is accepted.
  • Fix incorrect cursor placement when inputting CJK characters.

API Changes

  • Don't require static lifetime for autocompleter and validator.

Dependencies

  • Upgraded crossterm to 0.28.1.
  • Raised minimum supported Rust version to 1.80.0.
  • Migrate from once_cell to stdlib.
  • Migrate from fxhash to stdlib.
  • Removed unused dependency (newline-converter).
  • Fix GitHub Action outdated dependencies.

Acknowledgments

Thanks to all the users and contributors who helped improve this library with their feedback and contributions!

@​basbossink-ds, @​CraftSpider, @​ereOn, @​istudyatuni, @​jarjk, @​jonassmedegaard, @​Maffey, @​moritz-hoelting, @​phostann, @​stormshield-guillaumed, @​theRookieCoder, @​tusharmath

Changelog

Sourced from inquire's changelog.

[0.8.0] - 2025-09-14

Features

  • Improve end user experience when prompting for input without a message.
  • Implement raw_prompt_skippable for Select.

Fixes

  • Fix bug where inputs spanning 3+ lines would break text rendering.
  • Fix bug where Select and MultiSelect prompts would render the first option incorrectly when filtering is disabled.
  • Fix autocomplete suggestions not being updated after a suggestion is accepted.
  • Fix incorrect cursor placement when inputting CJK characters.

API Changes

  • Don't require static lifetime for autocompleter and validator.

Dependencies

  • Upgraded crossterm to 0.28.1.
  • Raised minimum supported Rust version to 1.80.0.
  • Migrate from once_cell to stdlib.
  • Migrate from fxhash to stdlib.
  • Removed unused dependency (newline-converter).
  • Fix GitHub Action outdated dependencies.

Acknowledgments

Thanks to all the who helped improve this library with their feedback and contributions!

@​basbossink-ds, @​CraftSpider, @​ereOn, @​istudyatuni, @​jarjk, @​jonassmedegaard, @​Maffey, @​moritz-hoelting, @​phostann, @​stormshield-guillaumed, @​theRookieCoder, @​tusharmath

[0.7.5] - 2024-04-23

  • Fix user-provided ANSI escape codes from being removed when rendering.
    • Introduced on 0.7.0, this regression was making it impossible to have colorised text inside the prompt.
    • Now ANSI escape codes are properly emitted when rendering the prompt in the terminal.

[0.7.4] - 2024-03-25

  • Fix unexpected behaviors of keep_filter option in MultiSelect prompts:
    • Filter input is now correcly getting reset only when keep_filter == false.
    • When the filter input is reset, the list of options is now correctly reset as well. Thanks @​Swivelgames for reporting #238.

[0.7.3] - 2024-03-21

  • Fix cursor occasionally blinking in unexpected places.

[0.7.2] - 2024-03-17

... (truncated)

Commits
  • 3e8dc39 chore: release v0.8.0
  • ad2959b Enhance CHANGELOG with new features, fixes, and API changes. Added entries fo...
  • 2c5e1dc Add unit test for cursor position handling in multiline text rendering
  • 8dd6eb5 Fix accidental regression when commenting out code
  • 966e5d1 Fix broken text rendering when input spans 3+ lines.
  • b9d4f1b Add regression tests for select/multiselect
  • 3988bb1 Update .gitignore to exclude local settings file for Claude
  • a68cdb6 Fix bug where Select and MultiSelect prompts would render the first option in...
  • ffa6744 Fix prompt spacing issue (#307)
  • 9793e4e Don't require static lifetime for autocompleter and validator (#272)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [inquire](https://github.com/mikaelmello/inquire) to permit the latest version.
- [Release notes](https://github.com/mikaelmello/inquire/releases)
- [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md)
- [Commits](mikaelmello/inquire@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: inquire
  dependency-version: 0.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 15, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 22, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #10.

@dependabot dependabot Bot closed this Sep 22, 2025
@dependabot dependabot Bot deleted the dependabot/cargo/inquire-0.8 branch September 22, 2025 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants