Deps: Bump DiscoRTP version -> 0.3 (#52)

This change increases the version of DiscoRTP, which fixes upstream issues in libpnet and allows additional RTCP types to be added over time without breaking semver. This is a breaking change for users explicitly matching on RTCP packet types, as DiscoRTP is exposed here.

This has been tested using `cargo make ready`.
This commit is contained in:
Kyle Simpson
2021-03-29 16:16:06 +01:00
parent e59c546503
commit f449d4f679

View File

@@ -50,7 +50,7 @@ version = "4"
[dependencies.discortp]
features = ["discord-full"]
optional = true
version = "0.2"
version = "0.3"
[dependencies.flume]
optional = true