diff --git a/Cargo.lock b/Cargo.lock index beace56..3317a76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1727,8 +1727,6 @@ dependencies = [ "itoa", "percent-encoding", "ryu", - "sha1_smol", - "socket2 0.4.9", "url", ] @@ -2139,12 +2137,6 @@ dependencies = [ "digest 0.10.7", ] -[[package]] -name = "sha1_smol" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" - [[package]] name = "shannon" version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index bf9151f..1ef97c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,13 +20,13 @@ lazy_static = "1.4.0" librespot = { version = "0.4.2", default-features = false } log = "0.4.20" protobuf = "2.28.0" -redis = { version = "0.23.3", optional = true } +redis = { version = "0.23.3", optional = true, default-features = false } reqwest = { version = "0.11.20", default-features = false } samplerate = "0.2.4" serde = "1.0.188" serde_json = "1.0.107" -serenity = { version = "0.11.6", features = ["framework", "cache", "standard_framework"], default-features = false } -songbird = "0.3.2" +serenity = { version = "0.11.6", features = ["framework", "cache", "standard_framework", "rustls_backend", "gateway"], default-features = false } +songbird = { version = "0.3.2", features = ["driver", "serenity-rustls"], default-features = false } thiserror = "1.0.48" tokio = { version = "1.32.0", features = ["rt", "full"] } zerocopy = "0.7.5"