Skip to content

build(deps): bump rustyline from 10.1.0 to 12.0.0#287

Closed
dependabot[bot] wants to merge 73 commits intomainfrom
dependabot/cargo/rustyline-12.0.0
Closed

build(deps): bump rustyline from 10.1.0 to 12.0.0#287
dependabot[bot] wants to merge 73 commits intomainfrom
dependabot/cargo/rustyline-12.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps rustyline from 10.1.0 to 12.0.0.

Release notes

Sourced from rustyline's releases.

12.0.0

What's Changed

  • Unnecessarily qualified path #683
  • [ci] Update actions/checkout in GitHub Actions workflows to v3 #685
  • Fix some typos #684
  • Make MemHistory::default() be a wrapper around MemHistory::new() to avoid that max_len is defaulted to 0. #686
  • Create dependabot.yml #687
  • Add minimum permissions to rust.yml workflow #689
  • Update bitflags requirement from 1.3 to 2.0 #688
  • Upgrade syn version #691
  • Update rusqlite requirement from 0.28.0 to 0.29.0 #693
  • Add Editor::clear_screen method #694, #695
  • Fix clippy warnings #697
  • Move to the smaller, cargo-team maintained home crate #698
  • Upgrade http links to https in Cargo.toml #701
  • Fix dot command in vi mode #705, #706

Full Changelog: kkawakam/rustyline@v11.0.0...v12.0.0

11.0.0

What's Changed

New Contributors

Full Changelog: kkawakam/rustyline@v10.1.0...v11.0.0

10.1.1

Rollbacks incompatible changes relative to edition 2018 (#671) Full Changelog: kkawakam/rustyline@v10.1.0...v10.1.1

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

taorepoara and others added 30 commits August 13, 2022 02:10
Co-authored-by: Thomas DA ROCHA <thomas.darocha@lenra.io>
Co-authored-by: Thomas DA ROCHA <8969556+taorepoara@users.noreply.github.com>
Co-authored-by: Thomas DA ROCHA <8969556+taorepoara@users.noreply.github.com>
Co-authored-by: Thomas DA ROCHA <thomas.darocha@lenra.io>
Co-authored-by: Jonas Martinez <36544012+jonas-martinez@users.noreply.github.com>
Co-authored-by: Thomas DA ROCHA <thomas.darocha@lenra.io>
Co-authored-by: Thomas DA ROCHA <8969556+taorepoara@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Nesqwik and others added 19 commits April 4, 2023 09:18
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas DA ROCHA <8969556+taorepoara@users.noreply.github.com>
Co-authored-by: Thomas DA ROCHA <8969556+taorepoara@users.noreply.github.com>
Co-authored-by: Thomas DA ROCHA <thomas.darocha@lenra.io>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 26, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/rustyline-12.0.0 branch from 1230e0e to 4b517fe Compare July 24, 2023 14:55
taorepoara and others added 2 commits July 25, 2023 17:51
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 10.1.0 to 12.0.0.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v10.1.0...v12.0.0)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rustyline-12.0.0 branch from 4b517fe to f235d98 Compare July 25, 2023 15:52
Base automatically changed from beta to main September 29, 2023 13:20
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #350.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/cargo/rustyline-12.0.0 branch December 11, 2023 17:52
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

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

6 participants