diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index b27ed674d..80dcc8f41 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -17,7 +17,7 @@ rust-version = "1.70" futures-core = "0.3" futures-sink = "0.3" libc = "0.2" -ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-app-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" } gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" } diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index 8b6a2ccfb..4b56cab12 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.70" [dependencies] libc = "0.2" -ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-rtp-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" } serde = { version = "1.0", optional = true } diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index b5c53e629..e55aa520c 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.70" [dependencies] libc = "0.2" cfg-if = "1.0" -ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-video-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } gst = { package = "gstreamer", path = "../gstreamer", version = "0.21" } gst-base = { package = "gstreamer-base", path = "../gstreamer-base", version = "0.21" } diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 0bf57490e..73023d6ad 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.70" [dependencies] cfg-if = "1.0" libc = "0.2" -ffi = { package = "gstreamer-sys", path = "sys", version = "0.21" } +ffi = { package = "gstreamer-sys", path = "sys", version = "0.21.1" } glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.18", version = "0.18" } num-integer = { version = "0.1", default-features = false, features = [] } num-rational = { version = "0.4", default-features = false, features = [] }