liebe-magi / fuga

A CLI tool to operate files or directories in 2 steps.
MIT License
3 stars 0 forks source link

Update Rust crate termion to v4 #268

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
termion dependencies major 3.0.0 -> 4.0.0

Release Notes

redox-os/termion (termion) ### [`v4.0.0`](https://gitlab.redox-os.org/redox-os/termion/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://gitlab.redox-os.org/redox-os/termion/compare/3.0.0...4.0.0) 4.0.0 adds support for horizontal scrolling when working with `MouseTerminal`. #### 3.0.0 to 4.0.0 guide A change is only necessary if you were matching on all variants of the `MouseEvent` enum without a wildcard. In this case, you need to either handle the two new variants, `MouseLeft` and `MouseRight`, or add a wildcard.

Configuration

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

🚦 Automerge: Enabled.

â™» 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.



This PR has been generated by Mend Renovate. View repository job log here.