Update Rust crate crossterm to 0.26.0 #19

Closed
pierre wants to merge 1 commits from renovate/crossterm-0.x into master
Owner

This PR contains the following updates:

Package Type Update Change
crossterm dependencies minor 0.25.0 -> 0.26.0

Release Notes

crossterm-rs/crossterm

v0.26.0

Added

  • Add SetCursorStyle to set the cursor apearance and visibility. (#​742)
  • Add key release event for windows. (#​745)
  • Add a function to check if kitty keyboard enhancement protocol is availible. (#​732)
  • Add filedescriptors poll in order to move away from mio in the future (can be used via use-dev-tty). (#​735)

Fixed 🐛

  • Improved F1-F4 handling for kitty keyboard protocol. (#​736)
  • Improved parsing of event types/modifiers with certain keys for kitty protocol. (#​716)

Breaking ⚠️

  • Remove SetCursorShape in vavour of SetCursorStyle. (#​742)
  • Make Windows resize event match terminal::size (#​714)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crossterm](https://github.com/crossterm-rs/crossterm) | dependencies | minor | `0.25.0` -> `0.26.0` | --- ### Release Notes <details> <summary>crossterm-rs/crossterm</summary> ### [`v0.26.0`](https://github.com/crossterm-rs/crossterm/blob/HEAD/CHANGELOG.md#Version-0260) #### Added ⭐ - Add `SetCursorStyle` to set the cursor apearance and visibility. ([#&#8203;742](https://github.com/crossterm-rs/crossterm/issues/742)) - Add key release event for windows. ([#&#8203;745](https://github.com/crossterm-rs/crossterm/issues/745)) - Add a function to check if kitty keyboard enhancement protocol is availible. ([#&#8203;732](https://github.com/crossterm-rs/crossterm/issues/732)) - Add filedescriptors poll in order to move away from mio in the future (can be used via `use-dev-tty`). ([#&#8203;735](https://github.com/crossterm-rs/crossterm/issues/735)) #### Fixed 🐛 - Improved F1-F4 handling for kitty keyboard protocol. ([#&#8203;736](https://github.com/crossterm-rs/crossterm/issues/736)) - Improved parsing of event types/modifiers with certain keys for kitty protocol. ([#&#8203;716](https://github.com/crossterm-rs/crossterm/issues/716)) #### Breaking ⚠️ - Remove `SetCursorShape` in vavour of `SetCursorStyle`. ([#&#8203;742](https://github.com/crossterm-rs/crossterm/issues/742)) - Make Windows resize event match `terminal::size` ([#&#8203;714](https://github.com/crossterm-rs/crossterm/issues/714)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4xIn0=-->
pierre force-pushed renovate/crossterm-0.x from 53612ae3b7 to f60331ed3f 2023-03-09 00:27:03 +00:00 Compare
pierre closed this pull request 2023-03-19 17:59:43 +00:00
pierre deleted branch renovate/crossterm-0.x 2023-03-19 17:59:58 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SeaBattle#19
No description provided.