Skip to content

Commit 013d2f2

Browse files
fix(deps): update rust crate ravif to 0.12.0 (#342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bccd36 commit 013d2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mimalloc = { version = "0.1.41", optional = true }
1818
# Transcoding Images to WebP/AVIF to save bandwidth
1919
image = { version = "0.25.1", features = ["jpeg", "webp", "rayon"], default-features = false, optional = true }
2020
libwebp-sys = { version = "0.12.0", optional = true }
21-
ravif = { version = "0.11.5", optional = true }
21+
ravif = { version = "0.12.0", optional = true }
2222
rgb = { version = "0.8.37", optional = true }
2323

2424
once_cell = "1.19.0"

0 commit comments

Comments
 (0)