diff --git a/Cargo.toml b/Cargo.toml index 583e4d834..a6522f23b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ symphonia = { default-features = false, optional = true, version = "0.5.2" } symphonia-core = { optional = true, version = "0.5.2" } tokio = { default-features = false, optional = true, version = "1.0" } tokio-tungstenite = { optional = true, version = "0.24", features = ["url"] } -tokio-websockets = { optional = true, version = "0.7", features = [ +tokio-websockets = { optional = true, version = "0.11", features = [ "client", "fastrand", "sha1_smol", @@ -66,8 +66,9 @@ tokio-websockets = { optional = true, version = "0.7", features = [ tokio-util = { features = ["io"], optional = true, version = "0.7" } tracing = { version = "0.1", features = ["log"] } tracing-futures = "0.2" -twilight-gateway = { default-features = false, optional = true, version = "=0.16.0" } -twilight-model = { default-features = false, optional = true, version = "=0.16.0" } +twilight-gateway = { default-features = false, optional = true, version = "0.16.0" } +twilight-model = { default-features = false, optional = true, version = "0.16.0" } +typenum = { optional = true, version = "1.17.0" } url = { optional = true, version = "2" } uuid = { features = ["v4"], optional = true, version = "1" } diff --git a/examples/twilight/Cargo.toml b/examples/twilight/Cargo.toml index a9c397c6f..7cc680969 100644 --- a/examples/twilight/Cargo.toml +++ b/examples/twilight/Cargo.toml @@ -12,7 +12,7 @@ symphonia = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true, default-features = true } tokio = { workspace = true } -twilight-gateway = "=0.16.0-rc.1" -twilight-http = "=0.16.0-rc.1" -twilight-model = "=0.16.0-rc.1" -twilight-standby = "=0.16.0-rc.1" +twilight-gateway = "0.16.0" +twilight-http = "0.16.0" +twilight-model = "0.16.0" +twilight-standby = "0.16.0"