diff --git a/Cargo.toml b/Cargo.toml index 182a1e9..f18f42a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }