Skip to content

Commit c4f120f

Browse files
Update Rust crate console to 0.15.7 (#21)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [console](https://togithub.com/console-rs/console) | workspace.dependencies | patch | `0.15.5` -> `0.15.7` | --- ### Release Notes <details> <summary>console-rs/console (console)</summary> ### [`v0.15.7`](https://togithub.com/console-rs/console/blob/HEAD/CHANGELOG.md#0157) [Compare Source](https://togithub.com/console-rs/console/compare/0.15.6...0.15.7) ##### Enhancements - Set an appropriate lower version of libc for macos changes. - Improved behavior of `read_single_key` so it does not disturb other threads quite as much. ([#&#8203;165](https://togithub.com/console-rs/console/issues/165)) - More reliably reset raw mode in terminal. ([#&#8203;171](https://togithub.com/console-rs/console/issues/171)) ### [`v0.15.6`](https://togithub.com/console-rs/console/blob/HEAD/CHANGELOG.md#0156) [Compare Source](https://togithub.com/console-rs/console/compare/0.15.5...0.15.6) ##### Enhancements - Switch to `select()` on macOS for polling on TTYs to work around a macOS bug. ([#&#8203;169](https://togithub.com/console-rs/console/issues/169)) - Added blink fast and strikethrough attributes. ([#&#8203;159](https://togithub.com/console-rs/console/issues/159)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent d49fd9c commit c4f120f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ chrono = "0.4.31"
8585
clap = "4.1.6"
8686
clap_complete = "4.1.2"
8787
concurrent-queue = "2.1.0"
88-
console = "0.15.5"
88+
console = "0.15.7"
8989
console-subscriber = "0.1.8"
9090
criterion = "0.4.0"
9191
crossbeam-channel = "0.5.8"

0 commit comments

Comments
 (0)