diff options
Diffstat (limited to 'transcoder')
-rw-r--r-- | transcoder/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml index ac6fe24..e39b07c 100644 --- a/transcoder/Cargo.toml +++ b/transcoder/Cargo.toml @@ -6,8 +6,10 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } jellybase = { path = "../base" } -log = "0.4.20" -image = { git = "https://github.com/image-rs/image", features = ["avif-decoder"] } +log = { workspace = true } +image = { git = "https://github.com/image-rs/image", features = [ + "avif-decoder", +] } anyhow = "1.0.75" rgb = "0.8.36" rav1e = { version = "0.6.6", default-features = false, features = [ |