aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
commitc0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch)
tree5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /transcoder/Cargo.toml
parentd7636b4707f09862577515c87007f3ac0b705ed8 (diff)
downloadjellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst
bump versions
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r--transcoder/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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",