Bump webp
This commit is contained in:
parent
2b69935fc9
commit
061b535e7a
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libcaesium"
|
name = "libcaesium"
|
||||||
version = "0.10.2"
|
version = "0.10.3"
|
||||||
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
|
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
categories = ["multimedia::images"]
|
categories = ["multimedia::images"]
|
||||||
|
@ -26,7 +26,7 @@ mozjpeg-sys = { version = "1.0", optional = true }
|
||||||
oxipng = { version = "8.0", optional = true }
|
oxipng = { version = "8.0", optional = true }
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
gifsicle = { version = "1.92.5", optional = true }
|
gifsicle = { version = "1.92.5", optional = true }
|
||||||
webp = { version = "0.2", optional = true }
|
webp = { version = "0.2.2", optional = true }
|
||||||
infer = "0.13.0"
|
infer = "0.13.0"
|
||||||
image = { version = "0.24.3", default-features = false, features = ["jpeg", "png", "webp", "gif"] }
|
image = { version = "0.24.3", default-features = false, features = ["jpeg", "png", "webp", "gif"] }
|
||||||
img-parts = "0.3"
|
img-parts = "0.3"
|
||||||
|
|
Loading…
Reference in New Issue