From c97acb2ec6a3d7fde4af4cb3ed32c706c8ebf83c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:52:09 +0000 Subject: [PATCH] fix(deps): update rust crate imagequant to 4.2.2 --- Cargo.lock | 4 ++-- packages/packsquash/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99efadda4..9db37ba35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,9 +1038,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "imagequant" -version = "4.2.1" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9427afad20d287aad11e5981db8beb68d0a20e2e4cbd8280e05f95e05b31668a" +checksum = "84d51957ac48371e8e2eaaeb4eba56150ff2109c1c8c200002afb7dd6e2d260f" dependencies = [ "arrayvec", "once_cell", diff --git a/packages/packsquash/Cargo.toml b/packages/packsquash/Cargo.toml index 045cc751a..316086938 100644 --- a/packages/packsquash/Cargo.toml +++ b/packages/packsquash/Cargo.toml @@ -35,7 +35,7 @@ jsonpath_lib = "0.3.0" spng = { version = "0.2.0-alpha.2", default-features = false } rgb = "0.8.36" -imagequant = { version = "4.2.1", default-features = false } +imagequant = { version = "4.2.2", default-features = false } oxipng = { version = "8.0.0", default-features = false, features = ["zopfli"] } symphonia = { version = "0.5.3", default-features = false, features = ["wav", "isomp4", "flac", "pcm", "mp3", "aac"] }