opaque-ke
opaque-ke copied to clipboard
Update rustyline requirement from 14 to 15
Updates the requirements on rustyline to permit the latest version.
Release notes
Sourced from rustyline's releases.
15.0.0
What's Changed
- Use #[expect(lint)] where possible #801 (breaking change / MSRV)
- Impl Candidate for AsRef #808
- Fix Highlighter::highlight_char #332 (breaking change)
- Remove impl for & #813
- Improve doc of History::add #771
- Fix broken link in README #789
Full Changelog: https://github.com/kkawakam/rustyline/compare/v14.0.0...v15.0.0
Commits
bc06b3eMerge pull request #825 from gwenn/0.15.043bb4a4Prepare releasebdc2f60Merge pull request #821 from gwenn/boxed_compe97e64fTest completer implsbc1667eMerge pull request #816 from gwenn/needless_lifetimescf5351bFix clippy needless_lifetimes warnings34edaddMerge pull request #815 from gwenn/broken_linkc6a0867Fix broken link in README6120cf3Merge pull request #814 from gwenn/doc_hist_addad775d6Improve doc of History::add- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)
This was done as part of #370.
@dependabot rebase
@dependabot rebase
Superseded by #391.