Skip to content

Commit

Permalink
fix(deps): update rust crate ffmpeg-the-third to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 41db267 commit 7a4ab8c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/components/media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/mizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/video/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/video/surfaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/ui/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7a4ab8c

Please sign in to comment.