Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


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 - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.

Copy link
Contributor Author

renovate bot commented Sep 29, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/bitwarden-cli/Cargo.toml --package [email protected] --precise 0.9.1
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

@renovate renovate bot requested a review from a team as a code owner September 29, 2025 02:56
@renovate renovate bot requested a review from addisonbeck September 29, 2025 02:56
@bitwarden-bot bitwarden-bot changed the title [deps]: Update Rust crate inquire to 0.9.0 [PM-26255] [deps]: Update Rust crate inquire to 0.9.0 Sep 29, 2025
@bitwarden-bot
Copy link

Internal tracking:

Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.16%. Comparing base (12fdb4d) to head (f1c8def).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #474      +/-   ##
==========================================
+ Coverage   78.15%   78.16%   +0.01%     
==========================================
  Files         283      283              
  Lines       27611    27611              
==========================================
+ Hits        21579    21582       +3     
+ Misses       6032     6029       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title [PM-26255] [deps]: Update Rust crate inquire to 0.9.0 [deps]: Update Rust crate inquire to 0.9.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/inquire-0.x branch from eac3120 to f1c8def Compare October 1, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant