Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2025

This PR contains the following updates:

Package Type Update Change
inquire dependencies minor 0.7.0 -> 0.9.0

Release Notes

mikaelmello/inquire (inquire)

v0.9.1

Compare Source

Fixes
  • Fix panicking when terminal backend reports size with 0 width.

v0.9.0

Compare Source

Features

Adds Selectable derive macro for enums! You can now easily create enum-based prompts (e.g. menus) by using the Selectable derive macro on your enums.

See the example for more details. Thank you @​TheBearodactyl for the contribution!

Dependencies
  • Updated unicode-width to 0.2.
  • Updated crossterm to 0.29.
  • Updated termion to 4.0.
  • Updated console to 0.16.

v0.8.1

Compare Source

v0.8

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.

v0.8.1

Fixes
  • Fix panicking when terminal backend reports size with 0 width.

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, @​sebhoss, @​stormshield-guillaumed, @​theRookieCoder, @​tusharmath

v0.8.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Sep 14, 2025
@renovate renovate bot force-pushed the renovate/inquire-0.x branch from d45901c to 17a1429 Compare September 16, 2025 06:03
@renovate renovate bot changed the title fix(deps): update rust crate inquire to 0.8.0 fix(deps): update rust crate inquire to 0.9.0 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/inquire-0.x branch from 17a1429 to 8ff4f57 Compare September 16, 2025 16:30
@renovate renovate bot force-pushed the renovate/inquire-0.x branch from 8ff4f57 to ae47aca Compare September 25, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants