Skip to content

Commit 3bb0697

Browse files
committed
Auto merge of #13511 - rust-lang:renovate/supports-hyperlinks-3.x, r=weihanglo
chore(deps): update rust crate supports-hyperlinks 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-hyperlinks](https://togithub.com/zkat/supports-hyperlinks) | workspace.dependencies | major | `2.1.0` -> `3.0.0` | --- ### Release Notes <details> <summary>zkat/supports-hyperlinks (supports-hyperlinks)</summary> ### [`v3.0.0`](https://togithub.com/zkat/supports-hyperlinks/blob/HEAD/CHANGELOG.md#300-2024-02-04) [Compare Source](https://togithub.com/zkat/supports-hyperlinks/compare/v2.1.0...v3.0.0) ##### Features - **deps:** Use `std::io::IsTerminal` instead of `is-terminal`. ([#&#8203;4](https://togithub.com/zkat/supports-hyperlinks/issues/4)) ([fb84fe60](https://togithub.com/zkat/supports-hyperlinks/commit/fb84fe60224e82cd7da5f16e8ae6ccc577e980f4)) - **BREAKING CHANGE**: This bumps the MSRV to 1.70.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2 parents ea22fe5 + ae0894d commit 3bb0697

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ serde_json = "1.0.113"
9090
sha1 = "0.10.6"
9191
sha2 = "0.10.8"
9292
shell-escape = "0.1.5"
93-
supports-hyperlinks = "2.1.0"
93+
supports-hyperlinks = "3.0.0"
9494
snapbox = { version = "0.5.6", features = ["diff", "path", "term-svg"] }
9595
tar = { version = "0.4.40", default-features = false }
9696
tempfile = "3.9.0"

0 commit comments

Comments
 (0)