From 061b535e7ae570c8044e3c0b41bb8834b71be810 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Sat, 29 Apr 2023 22:41:17 +0200 Subject: [PATCH] Bump webp --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca46911..d8c1a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcaesium" -version = "0.10.2" +version = "0.10.3" authors = ["Matteo Paonessa "] edition = "2021" categories = ["multimedia::images"] @@ -26,7 +26,7 @@ mozjpeg-sys = { version = "1.0", optional = true } oxipng = { version = "8.0", optional = true } libc = "0.2" gifsicle = { version = "1.92.5", optional = true } -webp = { version = "0.2", optional = true } +webp = { version = "0.2.2", optional = true } infer = "0.13.0" image = { version = "0.24.3", default-features = false, features = ["jpeg", "png", "webp", "gif"] } img-parts = "0.3"