Bump webp

This commit is contained in:
Matteo Paonessa 2023-04-29 22:41:17 +02:00
parent 2b69935fc9
commit 061b535e7a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "libcaesium"
version = "0.10.2"
version = "0.10.3"
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
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"