Skip to content

Commit 50efee4

Browse files
committedApr 1, 2024·
Auto merge of #13680 - rust-lang:renovate/supports-unicode-3.x, r=epage
chore(deps): update rust crate supports-unicode to v3 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [supports-unicode](https://togithub.com/zkat/supports-unicode) | dependencies | major | `2.1.0` -> `3.0.0` | --- ### Release Notes <details> <summary>zkat/supports-unicode (supports-unicode)</summary> ### [`v3.0.0`](https://togithub.com/zkat/supports-unicode/blob/HEAD/CHANGELOG.md#300-2024-02-04) [Compare Source](https://togithub.com/zkat/supports-unicode/compare/v2.1.0...v3.0.0) ##### Features - **deps:** Switch to std::io::IsTerminal ([#&#8203;5](https://togithub.com/zkat/supports-unicode/issues/5)) ([e286df87](https://togithub.com/zkat/supports-unicode/commit/e286df87e0df4d611bae9565941a0de9eccd9986)) - **BREAKING CHANGE**: This bumps the MSRV to 1.70.0 in order to use `std::io::IsTerminal` directly. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rust-lang/cargo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2 parents a59aba1 + dd81de0 commit 50efee4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed
 

‎Cargo.lock

+2-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ unicase.workspace = true
202202
unicode-width.workspace = true
203203
url.workspace = true
204204
walkdir.workspace = true
205-
supports-unicode = "2.1.0"
205+
supports-unicode = "3.0.0"
206206

207207
[target.'cfg(target_has_atomic = "64")'.dependencies]
208208
tracing-chrome.workspace = true

0 commit comments

Comments
 (0)
Please sign in to comment.