diff --git a/Cargo.toml b/Cargo.toml index fefa8e9..44ed8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcaesium" -version = "0.15.3" +version = "0.15.4" authors = ["Matteo Paonessa "] edition = "2021" categories = ["multimedia::images"] @@ -34,7 +34,7 @@ mozjpeg-sys = { version = "1.1", optional = true } oxipng = { version = "9.0", default-features = false, features = ["filetime", "zopfli"], optional = true } libc = "0.2" gifsicle = { version = "1.94", optional = true } -webp = { version = "0.2.7", optional = true } +webp = { version = "0.3.0", optional = true } infer = "0.15.0" image = { version = "0.25.1", default-features = false } img-parts = "0.3"