From c0365c8c64f403fd9ee75c0db1a9ed6134633e8f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 10 Jun 2024 14:52:40 +0200 Subject: bump versions --- transcoder/Cargo.toml | 6 +++--- transcoder/src/lib.rs | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'transcoder') diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index 2343ec6..e49bd2a 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -9,14 +9,14 @@ jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } log = { workspace = true } # TODO: change this back to crates.io when pr is merged -image = "0.24.9" +image = "0.25.1" # image = { git = "https://github.com/metamuffin/image-rs", features = [ # "avif-decoder", # ] } -libavif-image = { version = "0.12.0", default-features = false, features = [ +libavif-image = { version = "0.13.0", default-features = false, features = [ "codec-dav1d", ] } -anyhow = "1.0.82" +anyhow = "1.0.86" rgb = "0.8.37" rav1e = { version = "0.7.1", default-features = false, features = [ "threading", diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs index 7bf2c12..fe44a1c 100644 --- a/transcoder/src/lib.rs +++ b/transcoder/src/lib.rs @@ -3,8 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2024 metamuffin */ -#![feature(async_closure)] -#![feature(exit_status_error)] +#![feature(async_closure, exit_status_error)] use tokio::sync::Semaphore; pub mod fragment; -- cgit v1.2.3-70-g09d2