From 82d10edd18b262e97cef58ea5db257b3795d9551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:27:47 +0000 Subject: [PATCH] fix(deps): update rust crate oxipng to v9 --- packages/packsquash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/packsquash/Cargo.toml b/packages/packsquash/Cargo.toml index 316086938..a87557d98 100644 --- a/packages/packsquash/Cargo.toml +++ b/packages/packsquash/Cargo.toml @@ -36,7 +36,7 @@ jsonpath_lib = "0.3.0" spng = { version = "0.2.0-alpha.2", default-features = false } rgb = "0.8.36" imagequant = { version = "4.2.2", default-features = false } -oxipng = { version = "8.0.0", default-features = false, features = ["zopfli"] } +oxipng = { version = "9.0.0", default-features = false, features = ["zopfli"] } symphonia = { version = "0.5.3", default-features = false, features = ["wav", "isomp4", "flac", "pcm", "mp3", "aac"] } vorbis_rs = { version = "0.5.0", default-features = false }