From 29a62d702b24d8ea30c72e17569d9a98ad2775b9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Apr 2024 17:13:15 +0200 Subject: upgrade all deps (except image-rs) --- transcoder/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transcoder/src') diff --git a/transcoder/src/lib.rs b/transcoder/src/lib.rs index eb56229..7bf2c12 100644 --- a/transcoder/src/lib.rs +++ b/transcoder/src/lib.rs @@ -7,8 +7,8 @@ #![feature(exit_status_error)] use tokio::sync::Semaphore; -pub mod image; pub mod fragment; +pub mod image; pub mod subtitles; pub mod thumbnail; -- cgit v1.2.3-70-g09d2