From 975a3a53af79621746094266e43de95ea0cd8b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 9 Dec 2023 12:17:51 +0200 Subject: [PATCH] rtp: Update to bitstream-io 2.0 Part-of: --- net/rtp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/rtp/Cargo.toml b/net/rtp/Cargo.toml index 71320ade..58f621b1 100644 --- a/net/rtp/Cargo.toml +++ b/net/rtp/Cargo.toml @@ -9,7 +9,7 @@ description = "GStreamer Rust RTP Plugin" rust-version = "1.70" [dependencies] -bitstream-io = "1.3" +bitstream-io = "2.0" gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21", features = ["v1_20"] } gst-rtp = { package = "gstreamer-rtp", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.21", version = "0.21", features = ["v1_20"]} chrono = { version = "0.4", default-features = false }