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 cursive requirement from 0.20 to 0.21 #3

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Updates the requirements on cursive to permit the latest version.

Changelog

Sourced from cursive's changelog.

Changelog

cursive-core 0.4.3

  • Implement Resolvable for more types.
  • Relax Sync bound on FnMut and FnOnce callbacks.

cursive-core 0.4.2

  • Raise enumset version in dependency to make sure EnumSet::empty() is const fn.

cursive-core 0.4.1

  • Add missing Sync bound on View
  • Doc fixes

cursive 0.21

Breaking Changes

  • Defaults to crossterm backend (instead of ncurses)
  • Updates termion to 4.0
  • Updates crossterm to 0.28.1
  • Updates cursive-core to 0.4.0
  • Updates ncurses to 6.0.1

Improvements

  • Removed unused (and unmaintainted) term_size dependency.
  • Added a status_bar example.

Bugfixes

  • Crossterm backend: properly reset the color when de-initializing.

cursive-core 0.4.0

Breaking Changes

  • The View now requires Send + Sync, to allow accessing or moving views between threads. This prevents using Rc/RefCell, and may require using Arc/Mutex instead. This should eventually open the way for more multi-threaded processing of the view tree.
  • theme::Style::effects is now a map from Effect to EffectStatus.
  • The Backend trait was changed:
    • print_at was split into move_to and print.
    • print_at_rep was removed.
  • Some dependencies were updated:
    • toml was bumped from 0.5 to 0.8

API updates

... (truncated)

Commits
  • 64540d6 Bump cursive-core to 0.4.2 and cursive to 0.21.1
  • 4faf55c Improve enumset dependency req
  • 732a33e Bump cursive-core to 0.4.1
  • fa04eb5 Make View Sync as well
  • 000630e Fix version in docs
  • ac6f62c Bump cursive-syntect to 0.2.0
  • 1d83c2e Prepare cursive-syntect 0.1.0
  • 15c06fb Bump cursive-core to 0.4.0
  • 4269f52 Add small doc on blueprint macro
  • 0d2b565 Remove deprecated unstable_scroll feature
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

Updates the requirements on [cursive](https://github.com/gyscos/cursive) to permit the latest version.
- [Release notes](https://github.com/gyscos/cursive/releases)
- [Changelog](https://github.com/gyscos/cursive/blob/main/CHANGELOG.md)
- [Commits](gyscos/cursive@cursive-v0.20.0...cursive-v0.21.1)

---
updated-dependencies:
- dependency-name: cursive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 5, 2024
@Kristories Kristories merged commit 0a8abf8 into main Oct 21, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cursive-0.21 branch October 21, 2024 09:37
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
Development

Successfully merging this pull request may close these issues.

1 participant