From e2d9dcd6707b46e4456487957833fa4513e029e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:18:08 +0000 Subject: [PATCH] deps: bump color_quant from 1.1.0 to 2.0.0 Bumps [color_quant](https://github.com/image-rs/color_quant) from 1.1.0 to 2.0.0. - [Changelog](https://github.com/image-rs/color_quant/blob/master/CHANGELOG.md) - [Commits](https://github.com/image-rs/color_quant/commits) --- updated-dependencies: - dependency-name: color_quant dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b6ea69..246cf94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -975,6 +975,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" +[[package]] +name = "color_quant" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00c1c79b421ca69d94677a49b2ccf389dab3409952aed790594de8fa03b07989" + [[package]] name = "colorchoice" version = "1.0.5" @@ -2014,7 +2020,7 @@ version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" dependencies = [ - "color_quant", + "color_quant 1.1.0", "weezl", ] @@ -2557,7 +2563,7 @@ checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104" dependencies = [ "bytemuck", "byteorder-lite", - "color_quant", + "color_quant 1.1.0", "gif", "image-webp", "moxcms", @@ -4936,7 +4942,7 @@ name = "scrozz-export" version = "0.1.0" dependencies = [ "arboard", - "color_quant", + "color_quant 2.0.0", "gif", "image", "scrozz-core", diff --git a/Cargo.toml b/Cargo.toml index a36f10c..9ac4e4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ image = { version = "0.25", default-features = false, features = [ "webp", ] } gif = "0.14" -color_quant = "1.1" +color_quant = "2.0" oxideav-core = "=0.1.34" oxideav-mkv = "=0.0.9" anyhow = "1"