Update Rust crate csscolorparser to 0.8 #15

Open
noplife wants to merge 1 commit from renovate/csscolorparser-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
csscolorparser dependencies minor 0.70.8

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mazznoer/csscolorparser-rs (csscolorparser)

v0.8.2

Compare Source

Changed
  • Parse none value in absolute color format.
  • Changed impl Display for Color to hex color format.
  • Remove unnecessary allocations.

v0.8.1

Compare Source

Changed
  • Improvements in parser code.
  • improvements of calc() parser for relative color format.
Fixed
  • Require phf only if needed.

v0.8.0

Compare Source

Added
  • Support no_std.
  • Support parsing relative color format.
Changed
  • Support for parsing lab format is always enabled now. Remove the lab cargo feature.
  • Using phf::OrderedMap and uncased to store named colors.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [csscolorparser](https://github.com/mazznoer/csscolorparser-rs) | dependencies | minor | `0.7` → `0.8` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/16) for more information. --- ### Release Notes <details> <summary>mazznoer/csscolorparser-rs (csscolorparser)</summary> ### [`v0.8.2`](https://github.com/mazznoer/csscolorparser-rs/blob/HEAD/CHANGELOG.md#082) [Compare Source](https://github.com/mazznoer/csscolorparser-rs/compare/v0.8.1...v0.8.2) ##### Changed - Parse `none` value in absolute color format. - Changed `impl Display` for `Color` to hex color format. - Remove unnecessary allocations. ### [`v0.8.1`](https://github.com/mazznoer/csscolorparser-rs/blob/HEAD/CHANGELOG.md#081) [Compare Source](https://github.com/mazznoer/csscolorparser-rs/compare/v0.8.0...v0.8.1) ##### Changed - Improvements in parser code. - improvements of `calc()` parser for relative color format. ##### Fixed - Require `phf` only if needed. ### [`v0.8.0`](https://github.com/mazznoer/csscolorparser-rs/blob/HEAD/CHANGELOG.md#080) [Compare Source](https://github.com/mazznoer/csscolorparser-rs/compare/v0.7.2...v0.8.0) ##### Added - Support `no_std`. - Support parsing relative color format. ##### Changed - Support for parsing lab format is always enabled now. Remove the `lab` cargo feature. - Using `phf::OrderedMap` and `uncased` to store named colors. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
noplife force-pushed renovate/csscolorparser-0.x from 57f1709e62 to 293b4a2eea 2026-07-27 07:38:36 +00:00 Compare
noplife force-pushed renovate/csscolorparser-0.x from 57f1709e62 to 1207e0f886
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 4s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
CI/CD Pipeline / Security Audit (pull_request) Failing after 3s
2026-07-27 13:55:50 +00:00
Compare
noplife force-pushed renovate/csscolorparser-0.x from 1207e0f886
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 4s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
CI/CD Pipeline / Security Audit (pull_request) Failing after 3s
to e8ec4b8ab7 2026-07-27 15:27:05 +00:00
Compare
noplife force-pushed renovate/csscolorparser-0.x from 1207e0f886
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 4s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
CI/CD Pipeline / Security Audit (pull_request) Failing after 3s
to 14a560d672
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 4s
CI/CD Pipeline / Security Audit (pull_request) Failing after 4s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-28 04:26:05 +00:00
Compare
noplife force-pushed renovate/csscolorparser-0.x from 14a560d672
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 4s
CI/CD Pipeline / Security Audit (pull_request) Failing after 4s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
to c83746ad45
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 18s
CI/CD Pipeline / Security Audit (pull_request) Failing after 14s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-29 03:43:37 +00:00
Compare
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
noplife force-pushed renovate/csscolorparser-0.x from c83746ad45
Some checks failed
CI/CD Pipeline / Test (pull_request) Failing after 18s
CI/CD Pipeline / Security Audit (pull_request) Failing after 14s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
to 876b5aa526
Some checks failed
CI/CD Pipeline / Security Audit (pull_request) Failing after 3s
CI/CD Pipeline / Test (pull_request) Failing after 3s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-30 04:41:03 +00:00
Compare
noplife force-pushed renovate/csscolorparser-0.x from 876b5aa526
Some checks failed
CI/CD Pipeline / Security Audit (pull_request) Failing after 3s
CI/CD Pipeline / Test (pull_request) Failing after 3s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
to 914802965b
All checks were successful
CI/CD Pipeline / Security Audit (pull_request) Successful in 7m3s
CI/CD Pipeline / Test (pull_request) Successful in 17m53s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
2026-07-31 23:26:27 +00:00
Compare
All checks were successful
CI/CD Pipeline / Security Audit (pull_request) Successful in 7m3s
CI/CD Pipeline / Test (pull_request) Successful in 17m53s
CI/CD Pipeline / Deploy (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/csscolorparser-0.x:renovate/csscolorparser-0.x
git switch renovate/csscolorparser-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/csscolorparser-0.x
git switch renovate/csscolorparser-0.x
git rebase master
git switch master
git merge --ff-only renovate/csscolorparser-0.x
git switch renovate/csscolorparser-0.x
git rebase master
git switch master
git merge --no-ff renovate/csscolorparser-0.x
git switch master
git merge --squash renovate/csscolorparser-0.x
git switch master
git merge --ff-only renovate/csscolorparser-0.x
git switch master
git merge renovate/csscolorparser-0.x
git push origin master
Sign in to join this conversation.
No description provided.