mft
mft copied to clipboard
Update dialoguer requirement from 0.9 to 0.10
Updates the requirements on dialoguer to permit the latest version.
Changelog
Sourced from dialoguer's changelog.
0.10.0
Enhancements
- Loosen some trait bounds
- Improve keyboard interactions (#141, #162)
- Added
max_lengthtoMultiSelect,SelectandSort- Allow completion support for
Input::interact_text*behindcompletionfeatureBreaking
- All prompts
*::newwill now don't report selected values unlessreport(true)is called on them.0.9.0
Enhancements
- Apply input validation to the default value too in
Input- Added
FuzzySelectbehindfuzzy-selectfeature- Allow history processing for
Input::interact_text*behindhistoryfeature- Added
interact_*_optmethods forMultiSelectandSort.Breaking
- Updated MSRV to
1.51.0Editoris gated behindeditorfeaturePassword,Theme::format_password_promptandTheme::format_password_prompt_selectionare gated behindpasswordfeature- Remove
Select::paged(),Sort::paged()andMultiSelect::paged()in favor of automatic paging based on terminal size0.8.0
Enhancements
Input::validate_withcan take aFnMut(allowing multiple references)Breaking
Input::interact*methods take&mut selfinstead of&self0.7.0
Enhancements
- Added
wait_for_newlinetoConfirm- More secure password prompt
- More documentation
- Added
interact_textmethod forInputprompt- Added
inline_selectionstoColorfulThemeBreaking
... (truncated)
Commits
e93d993Release 0.10.0c93224aMerge pull request #162 from craciuncezar/limit-visible-options-in-fuzzy-selectdee84e9Merge pull request #169 from bryanhitc/bryanhitc/fix-completion-buffer-overflowe4ffea8fix formatting and improve namingcb1e9a5Fix buffer overflow for completion example252a183Fix linting warningsf1e46a5Add scroll functionality94a276dLimit the number of visible options in fuzzy select29da763Merge pull request #153 from danieleades/refactor/clippy8fde6aelint examples and tests- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)