aboutsummaryrefslogtreecommitdiff
path: root/transcoder/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'transcoder/Cargo.toml')
-rw-r--r--transcoder/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/transcoder/Cargo.toml b/transcoder/Cargo.toml
index c860927..f1e5062 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.25.4"
+image = "0.25.5"
# 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.92"
+anyhow = "1.0.95"
rgb = "0.8.50"
rav1e = { version = "0.7.1", default-features = false, features = [
"threading",