From 00227ca4f1687efac53225ef78a445740395d255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:44:21 +0000 Subject: [PATCH] chore(deps): bump csscolorparser from 0.6.2 to 0.7.0 Bumps [csscolorparser](https://github.com/mazznoer/csscolorparser-rs) from 0.6.2 to 0.7.0. - [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.2...v0.7.0) --- updated-dependencies: - dependency-name: csscolorparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6258f23..7aa2575 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1135,9 +1135,9 @@ dependencies = [ [[package]] name = "csscolorparser" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" +checksum = "46f9a16a848a7fb95dd47ce387ac1ee9a6df879ba784b815537fcd388a1a8288" dependencies = [ "phf", ] diff --git a/Cargo.toml b/Cargo.toml index a20d22d..613f320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ xkbcommon = "0.8.0" tempfile = "3.10.1" thiserror = "1.0.63" toml = "0.8.15" -csscolorparser = "0.6.2" +csscolorparser = "0.7.0" notify = "6.1.1" futures = "0.3.30" libwaysip = "0.2.3"