Chore: Bump DiscoRTP version

This commit is contained in:
Kyle Simpson
2023-11-17 11:42:57 +00:00
parent 3d307aaa8b
commit 0ef0e4fc82

View File

@@ -21,7 +21,7 @@ bytes = { optional = true, version = "1" }
crypto_secretbox = { optional = true, features = ["std"], version = "0.1" }
dashmap = { optional = true, version = "5" }
derivative = "2"
discortp = { default-features = false, features = ["discord", "pnet", "rtp"], optional = true, version = "0.5" }
discortp = { default-features = false, features = ["discord", "pnet", "rtp"], optional = true, version = "0.6" }
flume = { optional = true, version = "0.11" }
futures = "0.3"
nohash-hasher = { optional = true, version = "0.2.0" }