Skip to content

Update dialoguer requirement from 0.8.0 to 0.9.0 in /dione-test-client

Created by: dependabot[bot]

Updates the requirements on dialoguer to permit the latest version.

Changelog

Sourced from dialoguer's changelog.

0.9.0

Enhancements

  • Apply input validation to the default value too in Input
  • Added FuzzySelect behind fuzzy-select feature
  • Allow history processing for Input::interact_text* behind history feature
  • Added interact_*_opt methods for MultiSelect and Sort.

Breaking

  • Updated MSRV to 1.51.0
  • Editor is gated behind editor feature
  • Password, Theme::format_password_prompt and Theme::format_password_prompt_selection are gated behind password feature
  • Remove Select::paged(), Sort::paged() and MultiSelect::paged() in favor of automatic paging based on terminal size

0.8.0

Enhancements

  • Input::validate_with can take a FnMut (allowing multiple references)

Breaking

  • Input::interact* methods take &mut self instead of &self

0.7.0

Enhancements

  • Added wait_for_newline to Confirm
  • More secure password prompt
  • More documentation
  • Added interact_text method for Input prompt
  • Added inline_selections to ColorfulTheme

Breaking

  • Removed theme::CustomPromptCharacterTheme
  • Input validators now take the input type T as arg
  • Confirm has no default value by default now

0.6.2

Enhancements

  • Updating some docs

0.6.1

... (truncated)

Commits
  • 8347c90 Release 0.9.0
  • da5c47c Fix feature gates
  • 69e46c1 Upgraded console and made history feature optional
  • 8b801cf Define unified interface for selecting/sorting prompts and changes as follows...
  • 8f1dae4 Fix paging (#130)
  • b9a78fe Refactor: treat password module as an optional feature (#132)
  • 3d9ad8e Merge pull request #131 from Some-Dood/chore/increase-msrv
  • 9d61e59 Chore: increase minimum stable Rust version to 1.51
  • 8762a2e Add support for optional history processing to Input (#126)
  • d98e96a Feature: Add fuzzy single select prompt (#124)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports

Loading