diff --git a/Cargo.toml b/Cargo.toml index 56cce62..894899e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp" -version = "0.2.6" +version = "0.2.7" authors = ["Jared Forth "] edition = "2018" @@ -16,11 +16,11 @@ categories = ["external-ffi-bindings"] [dependencies] libwebp-sys = "0.9.3" -image = { version = "^0.24.0", default-features = false, optional = true } +image = { version = "^0.25.0", default-features = false, optional = true } [features] default = ["img"] -img = [ "image" ] +img = ["image"] [dev-dependencies] -image = "0.24" +image = "0.25"