We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bccd36 commit 013d2f2Copy full SHA for 013d2f2
1 file changed
Cargo.toml
@@ -18,7 +18,7 @@ mimalloc = { version = "0.1.41", optional = true }
18
# Transcoding Images to WebP/AVIF to save bandwidth
19
image = { version = "0.25.1", features = ["jpeg", "webp", "rayon"], default-features = false, optional = true }
20
libwebp-sys = { version = "0.12.0", optional = true }
21
-ravif = { version = "0.11.5", optional = true }
+ravif = { version = "0.12.0", optional = true }
22
rgb = { version = "0.8.37", optional = true }
23
24
once_cell = "1.19.0"
0 commit comments