From b4a6cbfe411f6420922040061c72ffa4febf7111 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 6 Jul 2024 13:06:25 +0200 Subject: update things --- transcoder/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'transcoder') diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index e49bd2a..555ca17 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -13,15 +13,15 @@ image = "0.25.1" # image = { git = "https://github.com/metamuffin/image-rs", features = [ # "avif-decoder", # ] } -libavif-image = { version = "0.13.0", default-features = false, features = [ +libavif-image = { version = "0.14.0", default-features = false, features = [ "codec-dav1d", ] } anyhow = "1.0.86" -rgb = "0.8.37" +rgb = "0.8.40" rav1e = { version = "0.7.1", default-features = false, features = [ "threading", ] } rayon = "1.10.0" imgref = "1.10.1" -ravif = "0.11.5" +ravif = "0.11.7" tokio = { workspace = true } -- cgit v1.2.3-70-g09d2