diff --git a/net/rtp/Cargo.toml b/net/rtp/Cargo.toml index b9a5496cb..e5b543f09 100644 --- a/net/rtp/Cargo.toml +++ b/net/rtp/Cargo.toml @@ -11,7 +11,7 @@ rust-version.workspace = true [dependencies] anyhow = "1" atomic_refcell = "0.1" -bitstream-io = "2.1" +bitstream-io = "2.1, < 2.4.0" byte-slice-cast = "1.2" chrono = { version = "0.4", default-features = false } gst = { workspace = true, features = ["v1_20"] }