tversteeg / emplace

👩‍❤️‍💋‍👩 Synchronize installed packages on multiple machines
GNU Affero General Public License v3.0
257 stars 23 forks source link

Update Rust crate console to 0.15.8 - autoclosed #356

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
console dependencies patch 0.15.1 -> 0.15.8

Release Notes

console-rs/console (console) ### [`v0.15.8`](https://togithub.com/console-rs/console/blob/HEAD/CHANGELOG.md#0158) [Compare Source](https://togithub.com/console-rs/console/compare/0.15.7...0.15.8) ##### Enhancements - Added `wasm32-unknown-emscripten` target. ([#​179](https://togithub.com/console-rs/console/issues/179)) - `read_line_initial_text` now retains the initial prefix. ([#​190](https://togithub.com/console-rs/console/issues/190)) - Reading raw input now traps Ctrl+C. ([#​189](https://togithub.com/console-rs/console/issues/189)) ##### Bugfixes - Properly use configured output of `Term` to get terminal size ([#​186](https://togithub.com/console-rs/console/issues/186)) - Aligned `read_line` and `read_line_initial_text`'s behavior. ([#​181](https://togithub.com/console-rs/console/issues/181)) - Fixed soundness issue in `msys_tty_on`. ([#​183](https://togithub.com/console-rs/console/issues/183)) ### [`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. ([#​165](https://togithub.com/console-rs/console/issues/165)) - More reliably reset raw mode in terminal. ([#​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. ([#​169](https://togithub.com/console-rs/console/issues/169)) - Added blink fast and strikethrough attributes. ([#​159](https://togithub.com/console-rs/console/issues/159)) ### [`v0.15.5`](https://togithub.com/console-rs/console/blob/HEAD/CHANGELOG.md#0155) [Compare Source](https://togithub.com/console-rs/console/compare/0.15.4...0.15.5) ##### Enhancements - Removed `regex` dependency. ([#​153](https://togithub.com/console-rs/console/issues/153)) - Clarified that `clicolors-control` is no longer used. - Handle non-tty terminals in `read_char`. ([#​124](https://togithub.com/console-rs/console/issues/124)) ### [`v0.15.4`](https://togithub.com/console-rs/console/blob/HEAD/CHANGELOG.md#0154) [Compare Source](https://togithub.com/console-rs/console/compare/0.15.3...0.15.4) ##### Enhancements - Fix for regression where console size was misreported on windows. ([#​151](https://togithub.com/console-rs/console/issues/151)) ### [`v0.15.3`](https://togithub.com/console-rs/console/blob/HEAD/CHANGELOG.md#0153) [Compare Source](https://togithub.com/console-rs/console/compare/0.15.2...0.15.3) ##### Enhancements - Dropped `terminal_size` dependency. ### [`v0.15.2`](https://togithub.com/console-rs/console/blob/HEAD/CHANGELOG.md#0152) [Compare Source](https://togithub.com/console-rs/console/compare/0.15.1...0.15.2) ##### Enhancements - Dropped `once_cell` dependency to support MSRV again.

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.



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