rtp: Require bitstream-io < 2.4.0

Version 2.4.0 contains a breaking change that it shouldn't, and updating
to 2.4.0 requires a newer Rust version.

See https://github.com/tuffy/bitstream-io/issues/22
This commit is contained in:
Sebastian Dröge 2024-07-16 19:06:54 +03:00
parent d20ffd5d39
commit d4d02d70a8

View file

@ -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"] }