From b0e1568b35c81741a79413f6d6248563ff1ad1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:35:04 +0000 Subject: [PATCH] Update csscolorparser requirement from 0.6 to 0.8 Updates the requirements on [csscolorparser](https://github.com/mazznoer/csscolorparser-rs) to permit the latest version. - [Release notes](https://github.com/mazznoer/csscolorparser-rs/releases) - [Changelog](https://github.com/mazznoer/csscolorparser-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mazznoer/csscolorparser-rs/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: csscolorparser dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e13e89..49899d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/valknarthing/piglet" clap = { version = "4.4", features = ["derive", "cargo"] } # Color handling -csscolorparser = "0.6" +csscolorparser = "0.8" palette = "0.7" # Animation & Interpolation