Skip to content

fix(deps): update rust crate inquire to 0.9.0#3502

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/inquire-0.x
Jan 21, 2026
Merged

fix(deps): update rust crate inquire to 0.9.0#3502
renovate[bot] merged 1 commit intomainfrom
renovate/inquire-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2026

This PR contains the following updates:

Package Type Update Change
inquire dependencies minor 0.7.50.9.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mikaelmello/inquire (inquire)

v0.9.2

Compare Source

  • Bumped MSRV from 1.80 -> 1.82 due to new requirements of dependencies.
  • Expose the sorting function used by Select (thanks @​devjgm!)

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) January 20, 2026 16:40
@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Jan 20, 2026
@renovate renovate bot force-pushed the renovate/inquire-0.x branch 5 times, most recently from 20f773c to 2c1f488 Compare January 21, 2026 12:57
@renovate renovate bot force-pushed the renovate/inquire-0.x branch from 2c1f488 to ec54946 Compare January 21, 2026 18:16
@renovate renovate bot merged commit 147fd4a into main Jan 21, 2026
32 checks passed
@renovate renovate bot deleted the renovate/inquire-0.x branch January 21, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants