diff --git a/Cargo.lock b/Cargo.lock index e5ac2d3d..5fbd8d00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2183,7 +2183,6 @@ dependencies = [ "gstreamer-base", "gstreamer-video", "image", - "muldiv", "once_cell", ] @@ -2308,7 +2307,6 @@ dependencies = [ "gstreamer", "gstreamer-audio", "gstreamer-base", - "muldiv", "nom", "num-rational", "once_cell", @@ -2459,7 +2457,6 @@ dependencies = [ "gstreamer-audio", "gstreamer-check", "gtk4", - "muldiv", "num-rational", "once_cell", "parking_lot", diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml index 272c1e2a..3bea986f 100644 --- a/mux/flavors/Cargo.toml +++ b/mux/flavors/Cargo.toml @@ -15,7 +15,6 @@ gst-audio.workspace = true num-rational = { version = "0.4", default-features = false, features = [] } nom = "7" flavors = { git = "https://github.com/rust-av/flavors" } -muldiv = "1.0" byteorder = "1.0" smallvec = "1.0" once_cell.workspace = true diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml index ce63dfb6..5caf6f7f 100644 --- a/utils/livesync/Cargo.toml +++ b/utils/livesync/Cargo.toml @@ -14,7 +14,6 @@ gst.workspace = true gst-audio.workspace = true gst-plugin-gtk4 = { path = "../../video/gtk4", optional = true } gtk = { workspace = true, optional = true } -muldiv = "1.0" num-rational = { version = "0.4", default-features = false, features = [] } once_cell.workspace = true parking_lot = "0.12" diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 1e8b7d10..20ccaa55 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -15,7 +15,6 @@ gst-video.workspace = true cdg = "0.1" cdg_renderer = "0.7" image = { version = "0.24", default-features = false } -muldiv = "1.0" once_cell.workspace = true [dev-dependencies]