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"