Skip to content

Commit 8ad7c9d

Browse files
committed
Update image crate
1 parent 2343764 commit 8ad7c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ keywords = ["image", "webp", "conversion"]
1515
categories = ["external-ffi-bindings"]
1616

1717
[dependencies]
18-
libwebp-sys = "0.9.3"
19-
image = { version = "^0.24.0", default-features = false, optional = true }
18+
libwebp-sys = "0.9.5"
19+
image = { version = "0.25", default-features = false, optional = true }
2020

2121
[features]
2222
default = ["img"]
2323
img = [ "image" ]
2424

2525
[dev-dependencies]
26-
image = "0.24"
26+
image = "0.25"

0 commit comments

Comments
 (0)