fix(deps): update rust crate dialoguer to 0.11.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| dialoguer | dependencies | minor |
0.10.4 -> 0.11.0
|
Release Notes
console-rs/dialoguer (dialoguer)
v0.11.0
Enhancements
- Added
dialouger::Resultanddialouger::Error - Added a
BasicHistoryimplementation forHistory - Added vim mode for
FuzzySelect - All prompts implement
Clone - Add handling of
Deletekey forFuzzySelect
Bug fixes
- Resolve some issues on Windows where pressing shift keys sometimes aborted dialogs
- Resolve
MultiSelectchecked and unchecked variants looking the same on Windows -
Inputvalues that are invalid are now also stored inHistory - Resolve some issues with cursor positioning in
Inputwhen usingutf-8characters - Correct page is shown when default selected option is not on the first page for
Select - Fix panic in
FuzzySelectwhen using non-ASCII characters
Breaking
- Updated MSRV to
1.63.0due to multiple dependencies on different platforms:rustix,tempfile,linux-raw-sys - Removed deprecated
Confirm::with_text - Removed deprecated
ColorfulTheme::inline_selections - Prompt builder functions now take
mut selfinstead of&mut self - Prompt builder functions now return
Selfinstead of&mut Self - Prompt interaction functions now take
selfinstead of&self - Prompt interaction functions and other operations now return
dialouger::Resultinstead ofstd::io::Result - Rename
ValidatortoInputValidator - The trait method
Theme::format_fuzzy_select_prompt()now takes a byte position instead of a cursor position in order to support UTF-8.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.