aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
commitbe24e6673599b67cbf0917c54e4cedf9ca2aa859 (patch)
treef1a2766bf5495fa7126fc0c713155fec7472e6c1 /transcoder/Cargo.toml
parentaa13fade6fcabf9122babac7ac812a433a81b627 (diff)
downloadjellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst
update and clean up dependencies
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r--transcoder/Cargo.toml10
1 files changed, 3 insertions, 7 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml
index 4de9c48..61799e5 100644
--- a/transcoder/Cargo.toml
+++ b/transcoder/Cargo.toml
@@ -8,22 +8,18 @@ jellyremuxer = { path = "../remuxer" }
jellycache = { path = "../cache" }
jellystream-types = { path = "../stream/types" }
log = { workspace = true }
-# TODO: change this back to crates.io when pr is merged
-image = "0.25.8"
-# image = { git = "https://github.com/metamuffin/image-rs", features = [
-# "avif-decoder",
-# ] }
+image = "0.25.9"
libavif-image = { version = "0.14.0", default-features = false, features = [
"codec-dav1d",
] }
-anyhow = "1.0.100"
+anyhow = { workspace = true }
rgb = "0.8.52"
rav1e = { version = "0.8.1", default-features = false, features = [
"threading",
] }
rayon = "1.11.0"
imgref = "1.12.0"
-ravif = "0.12.0"
+ravif = "0.13.0"
tokio = { workspace = true }
serde = { version = "1.0.228", features = ["derive"] }
winter-matroska = { git = "https://codeberg.org/metamuffin/ebml-rs", package = "matroska" }