Skip to content

Commit

Permalink
[deps]: Update Rust crate supports-color to v3 (#582)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [supports-color](https://github.com/zkat/supports-color) |
dependencies | major | `2.1.0` -> `3.0.0` |

---

### Release Notes

<details>
<summary>zkat/supports-color (supports-color)</summary>

###
[`v3.0.0`](https://github.com/zkat/supports-color/blob/HEAD/CHANGELOG.md#300-2024-02-04)

[Compare
Source](https://github.com/zkat/supports-color/compare/v2.1.0...v3.0.0)

##### Features

- **deps:** Replace `is-terminal` with `std::io::IsTerminal`
([#&#8203;11](https://github.com/zkat/supports-color/issues/11))
([6fb6e359](https://github.com/zkat/supports-color/commit/6fb6e35961055a701264d879744f615c25b7629d))
- **BREAKING CHANGE**: This bumps the MSRV to 1.70.0 due to the new
`std::io::IsTerminal` API.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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/bitwarden/sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent bf02c3b commit 4883eba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
20 changes: 4 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bitwarden-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ rust-version = "1.57"
clap = { version = "4.4.18", features = ["derive"] }
color-eyre = "0.6"
inquire = "0.6.2"
supports-color = "2.1.0"
supports-color = "3.0.0"
2 changes: 1 addition & 1 deletion crates/bws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ regex = { version = "1.10.3", features = [
serde = "^1.0.196"
serde_json = "^1.0.113"
serde_yaml = "0.9"
supports-color = "2.1.0"
supports-color = "3.0.0"
thiserror = "1.0.56"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
toml = "0.8.9"
Expand Down

0 comments on commit 4883eba

Please sign in to comment.