From 4c9311ba40e6009a5f8eb23ed403dd328ac9ece9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:20:59 -0400 Subject: [PATCH] Update Rust crate palette to v0.7.6 (#15307) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [palette](https://togithub.com/Ogeon/palette) | workspace.dependencies | patch | `0.7.5` -> `0.7.6` | --- ### Release Notes
Ogeon/palette (palette) ### [`v0.7.6`](https://togithub.com/Ogeon/palette/blob/HEAD/CHANGELOG.md#Version-076---2024-04-28) [Compare Source](https://togithub.com/Ogeon/palette/compare/0.7.5...0.7.6) - \[[#​390](https://togithub.com/Ogeon/palette/issues/390)]\[390]: Add `From` implementations for changing `Rgb` component types between `u8`, `f32` and `f64`. - \[[#​342](https://togithub.com/Ogeon/palette/issues/342)]\[342]: Implement CAM16. Closes \[[#​199](https://togithub.com/Ogeon/palette/issues/199)]\[199]. - \[[#​386](https://togithub.com/Ogeon/palette/issues/386)]\[386]: Fix angle conversion from `f32` to `u8`. Closes \[[#​385](https://togithub.com/Ogeon/palette/issues/385)]\[385]. - \[[#​384](https://togithub.com/Ogeon/palette/issues/384)]\[384]: Add traits for color schemes from traditional color theory.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 014eb884dfd44ed25f89822e2487a8e4f87f7647..9cbd3bd29bc8f69a3c81a4442f2f0f2c0eeb1c01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1795,6 +1795,12 @@ version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" +[[package]] +name = "by_address" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06" + [[package]] name = "bytecheck" version = "0.6.11" @@ -7417,9 +7423,9 @@ dependencies = [ [[package]] name = "palette" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a" +checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6" dependencies = [ "approx", "fast-srgb8", @@ -7428,10 +7434,11 @@ dependencies = [ [[package]] name = "palette_derive" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d" +checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30" dependencies = [ + "by_address", "proc-macro2", "quote", "syn 2.0.59",