Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rustyline requirement from 6.0.0 to 7.0.0 in /cli #7

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 23, 2020

Updates the requirements on rustyline to permit the latest version.

Release notes

Sourced from rustyline's releases.

7.0.0

Breaking Changes

  • Append histo (Should fix #400): a mutable reference is now needed to save history
  • Detach hint title from completion text (#414): Hinter trait has a new associated type (just add type Hint = String; to fix old implementations)
  • Flexible AcceptLine, fix bug in multi-line accept (#379)
  • Split KeyPress into separate Key and Modifier types. (#318 / #421)

Changelog

  • Make possible to deactivate move_cursor_at_leftmost (#445 / #448)
  • Ctrl+Left, Ctrl+Right for word skip (#146)
  • Implement indentation commands (#452)
  • Implement Candidate for str (#447)
  • Ignore EINTR while polling (#454)
  • Fix input validation (#461)
  • Document Validator::validate_while_typing not being implemented (#460)
  • Upgrade dependencies and switch back to dirs (#456)
Commits
  • 97890b0 Merge pull request #463 from gwenn/release
  • 1f673f8 Prepare release 7.0.0
  • 310f370 Merge pull request #461 from gwenn/invalid_result_msg
  • 517a2e7 Rustfmt + Clippy
  • 609d477 Fix input validation
  • cbf0f94 Merge pull request #460 from lberrymage/master
  • 1545864 Document Validator::validate_while_typing not being implemented
  • 90742b3 Merge pull request #455 from tailhook/factor_out_execute
  • 8aa4ed2 Merge pull request #458 from gwenn/poll_eintr
  • 76e2686 Factored out execute function for the main loop
  • 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)

Updates the requirements on [rustyline](https://github.com/kkawakam/rustyline) to permit the latest version.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Commits](kkawakam/rustyline@v6.0.0...v7.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 23, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2020

Superseded by #10.

@dependabot dependabot bot closed this Dec 16, 2020
@dependabot dependabot bot deleted the dependabot/cargo/cli/rustyline-7.0.0 branch December 16, 2020 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants