aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-11-09 14:12:18 +0100
committermetamuffin <metamuffin@disroot.org>2025-11-09 14:12:18 +0100
commit2efc5f9444402c5ef9db25887f2e95d184af8e05 (patch)
tree07f317780bdbe87d633e5340fe87bc604484730d /transcoder/Cargo.toml
parent6032bfd0fa7cfd10d1bc17e44f91a789aa86efad (diff)
downloadjellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar
jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.bz2
jellything-2efc5f9444402c5ef9db25887f2e95d184af8e05.tar.zst
upgrade deps + clippy
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r--transcoder/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml
index e0d81a6..0161d49 100644
--- a/transcoder/Cargo.toml
+++ b/transcoder/Cargo.toml
@@ -9,21 +9,21 @@ 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.5"
+image = "0.25.8"
# 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.95"
-rgb = "0.8.50"
-rav1e = { version = "0.7.1", default-features = false, features = [
+anyhow = "1.0.100"
+rgb = "0.8.52"
+rav1e = { version = "0.8.1", default-features = false, features = [
"threading",
] }
-rayon = "1.10.0"
-imgref = "1.11.0"
-ravif = "0.11.11"
+rayon = "1.11.0"
+imgref = "1.12.0"
+ravif = "0.12.0"
tokio = { workspace = true }
-serde = { version = "1.0.217", features = ["derive"] }
+serde = { version = "1.0.228", features = ["derive"] }
winter-matroska = { git = "https://codeberg.org/metamuffin/ebml-rs", package = "matroska" }