-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filerustPull requests that update Rust codePull requests that update Rust code
Description
Summary
Update the dialoguer dependency from version 0.10.4 to 0.12.0.
This issue tracks the work from PR #1775 (created by Dependabot).
Changes in dialoguer
0.12.0
- Fix prompt in
select.rsexample - Document crate feature guarded items on docs.rs
- Add conversion between error types
- Accept items by iterator instead of slice
- Replace
thiserrorwith a manual impl - Update console to 0.16
0.11.0
- Added
dialoguer::Resultanddialoguer::Error - Added a
BasicHistoryimplementation forHistory - Added vim mode for
FuzzySelect - All prompts implement
Clone - Add handling of
Deletekey forFuzzySelect - Bug fixes for Windows, cursor positioning, and non-ASCII characters
Breaking Changes
- Updated MSRV to
1.63.0 - Removed deprecated
Confirm::with_text - Removed deprecated
ColorfulTheme::inline_selections - Prompt builder functions now take
mut selfinstead of&mut self - Prompt interaction functions now take
selfinstead of&self - Return type changed from
std::io::Resulttodialoguer::Result - Rename
ValidatortoInputValidator
Related
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filerustPull requests that update Rust codePull requests that update Rust code
Type
Projects
Status
Done