Skip to content

Commit

Permalink
chore(deps): update rust crate supports-color to 3.0.2 (#1902)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [supports-color](https://redirect.github.com/zkat/supports-color) |
workspace.dependencies | patch | `3.0.1` -> `3.0.2` |

---

### Release Notes

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

###
[`v3.0.2`](https://redirect.github.com/zkat/supports-color/blob/HEAD/CHANGELOG.md#302-2024-11-26)

[Compare
Source](https://redirect.github.com/zkat/supports-color/compare/v3.0.1...v3.0.2)

##### Bug Fixes

- **unsafe:** Remove `unsafe` code in favor of `OnceLock`
([#&#8203;20](https://redirect.github.com/zkat/supports-color/issues/20))
([4b299e2a](https://redirect.github.com/zkat/supports-color/commit/4b299e2ab5417dc47cddd07b7527b86286cf21a5))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4zMS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
  • Loading branch information
nextest-bot authored Nov 26, 2024
1 parent 1194b8d commit 8fd451c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ shell-words = "1.1.0"
smallvec = "1.13.2"
smol_str = { version = "0.3.1", features = ["serde"] }
strip-ansi-escapes = "0.2.0"
supports-color = "3.0.1"
supports-color = "3.0.2"
supports-unicode = "3.0.0"
swrite = "0.1.0"
tar = "0.4.43"
Expand Down

0 comments on commit 8fd451c

Please sign in to comment.