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
behindfuzzy-select
feature- Allow history processing for
Input::interact_text*
behindhistory
feature- Added
interact_*_opt
methods forMultiSelect
andSort
.Breaking
- Updated MSRV to
1.51.0
Editor
is gated behindeditor
featurePassword
,Theme::format_password_prompt
andTheme::format_password_prompt_selection
are gated behindpassword
feature- Remove
Select::paged()
,Sort::paged()
andMultiSelect::paged()
in favor of automatic paging based on terminal size0.8.0
Enhancements
Input::validate_with
can take aFnMut
(allowing multiple references)Breaking
Input::interact*
methods take&mut self
instead of&self
0.7.0
Enhancements
- Added
wait_for_newline
toConfirm
- More secure password prompt
- More documentation
- Added
interact_text
method forInput
prompt- Added
inline_selections
toColorfulTheme
Breaking
- Removed
theme::CustomPromptCharacterTheme
Input
validators now take the input typeT
as argConfirm
has nodefault
value by default now0.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: treatpassword
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 toInput
(#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)