From 992d2191a6d086b10f038962d2ee0988372dc8e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:26:48 +0100 Subject: [PATCH] [deps]: Update Rust crate supports-color to v3.0.2 (#52) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [supports-color](https://redirect.github.com/zkat/supports-color) | dependencies | patch | `3.0.1` -> `3.0.2` | --- ### Release Notes
zkat/supports-color (supports-color) ### [`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` ([#​20](https://redirect.github.com/zkat/supports-color/issues/20)) ([4b299e2a](https://redirect.github.com/zkat/supports-color/commit/4b299e2ab5417dc47cddd07b7527b86286cf21a5))
--- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/sdk-internal). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1464a0c9..f9e375f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3531,9 +3531,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "supports-color" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8775305acf21c96926c900ad056abeef436701108518cf890020387236ac5a77" +checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" dependencies = [ "is_ci", ]