From 7a4ab8c659d8f1a507ad37a31a741b63e13af500 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 12:35:09 +0000 Subject: [PATCH] fix(deps): update rust crate ffmpeg-the-third to v3 --- crates/components/media/Cargo.toml | 2 +- crates/mizer/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/Cargo.toml | 2 +- crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml | 2 +- crates/ui/ffi/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/components/media/Cargo.toml b/crates/components/media/Cargo.toml index 291f36926..f10061aa4 100644 --- a/crates/components/media/Cargo.toml +++ b/crates/components/media/Cargo.toml @@ -20,7 +20,7 @@ async-walkdir = "2.0" resvg = "0.44" fontdb = "0.22" symphonia = { version = "0.5", features = ["all-codecs", "all-formats"] } -ffmpeg-the-third = "2.0" +ffmpeg-the-third = "3.0" dashmap = "6.0" mizer-console = { path = "../../components/console" } mizer-module = { path = "../../runtime/module" } diff --git a/crates/mizer/Cargo.toml b/crates/mizer/Cargo.toml index 28003ad3a..6a0195082 100644 --- a/crates/mizer/Cargo.toml +++ b/crates/mizer/Cargo.toml @@ -85,7 +85,7 @@ serde = { version = "1", features = ["rc"] } sentry = { version = "0.35", features = ["anyhow", "tracing", "log"] } sentry-tracing = "0.35" spin_sleep = "1.2" -ffmpeg-the-third = { version = "2.0" } +ffmpeg-the-third = { version = "3.0" } rolling-file = "0.2" [dev-dependencies] diff --git a/crates/runtime/pipeline/nodes/video/Cargo.toml b/crates/runtime/pipeline/nodes/video/Cargo.toml index 351d3baea..de8788fd8 100644 --- a/crates/runtime/pipeline/nodes/video/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/Cargo.toml @@ -13,7 +13,7 @@ enum-iterator = "2.0" num_enum = "0.7" mizer-wgpu = { path = "../../../wgpu" } image = "0.25" -ffmpeg-the-third = "2.0" +ffmpeg-the-third = "3.0" profiling = "1" bytemuck = "1.15" cgmath = "0.18" diff --git a/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml b/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml index a38c8deed..da8561520 100644 --- a/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml +++ b/crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml @@ -14,7 +14,7 @@ num_enum = "0.7" mizer-wgpu = { path = "../../../../wgpu" } mizer-surfaces = { path = "../../../../../components/surfaces" } image = "0.25" -ffmpeg-the-third = "2.0" +ffmpeg-the-third = "3.0" profiling = "1" bytemuck = "1.15" cgmath = "0.18" diff --git a/crates/ui/ffi/Cargo.toml b/crates/ui/ffi/Cargo.toml index 3f37e9b19..b3bdef8a6 100644 --- a/crates/ui/ffi/Cargo.toml +++ b/crates/ui/ffi/Cargo.toml @@ -26,4 +26,4 @@ mizer-api = { path = "../../api" } lazy_static = "1.4" parking_lot = "0.12" bitflags = "2.5" -ffmpeg-the-third = "2.0" +ffmpeg-the-third = "3.0"