Chore: Bump rand->0.9, tokio-tungstenite->0.26

This commit is contained in:
Kyle Simpson
2025-02-21 13:08:25 +00:00
parent b46a568fb5
commit b39ab98223
8 changed files with 34 additions and 27 deletions

View File

@@ -7,7 +7,9 @@ edition = "2021"
[dependencies]
futures = "0.3"
reqwest = { workspace = true }
songbird = { workspace = true, features = ["driver", "gateway", "twilight", "rustls", "tws"] }
# In an actual twilight project, use the "tws" feature as below.
# songbird = { workspace = true, features = ["driver", "gateway", "twilight", "rustls", "tws"] }
songbird = { workspace = true, features = ["driver", "gateway", "twilight", "rustls"] }
symphonia = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, default-features = true }