Skip to content

Bump dialoguer from 0.10.4 to 0.12.0 #1791

@dannywillems

Description

@dannywillems

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.rs example
  • Document crate feature guarded items on docs.rs
  • Add conversion between error types
  • Accept items by iterator instead of slice
  • Replace thiserror with a manual impl
  • Update console to 0.16

0.11.0

  • Added dialoguer::Result and dialoguer::Error
  • Added a BasicHistory implementation for History
  • Added vim mode for FuzzySelect
  • All prompts implement Clone
  • Add handling of Delete key for FuzzySelect
  • 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 self instead of &mut self
  • Prompt interaction functions now take self instead of &self
  • Return type changed from std::io::Result to dialoguer::Result
  • Rename Validator to InputValidator

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency filerustPull requests that update Rust code

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions