diff options
Diffstat (limited to 'transcoder')
-rw-r--r-- | transcoder/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index 555ca17..c860927 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -9,19 +9,19 @@ jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } # TODO: change this back to crates.io when pr is merged -image = "0.25.1" +image = "0.25.4" # image = { git = "https://github.com/metamuffin/image-rs", features = [ # "avif-decoder", # ] } libavif-image = { version = "0.14.0", default-features = false, features = [ "codec-dav1d", ] } -anyhow = "1.0.86" -rgb = "0.8.40" +anyhow = "1.0.92" +rgb = "0.8.50" rav1e = { version = "0.7.1", default-features = false, features = [ "threading", ] } rayon = "1.10.0" -imgref = "1.10.1" -ravif = "0.11.7" +imgref = "1.11.0" +ravif = "0.11.11" tokio = { workspace = true } |