From 7700770c5d1ee40656f707a468a1906cb1cf6d0a Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Mon, 13 Jan 2025 19:52:29 +0100 Subject: [PATCH] Bump img-parts --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00a9aed..19b7b92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ gifsicle = { version = "1.95", optional = true } webp = { version = "0.3.0", optional = true } infer = "0.16.0" image = { version = "0.25.1", default-features = false } -img-parts = { git = "https://github.com/Lymphatus/img-parts", rev = "6a0cd0d" } +img-parts = "0.3.3" bytes = "1.7" lodepng = { version = "3.10", optional = true } imagequant = { version = "4.3", optional = true, default-features = false }