diff --git a/crates/koe-call/Cargo.toml b/crates/koe-call/Cargo.toml index 831280a..71028b0 100644 --- a/crates/koe-call/Cargo.toml +++ b/crates/koe-call/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.80", features = ["backtrace"] } tokio = { version = "1.36.0", features = ["sync"] } -serenity = { version = "0.11.7", default-features = false, features = ["native_tls_backend"] } +serenity = { version = "0.12.1", default-features = false, features = ["native_tls_backend"] } songbird = { version = "0.3.2", default-features = false, features = ["serenity-native", "driver", "builtin-queue"] } diff --git a/crates/koe/Cargo.toml b/crates/koe/Cargo.toml index 9b5ab4a..d9a2897 100644 --- a/crates/koe/Cargo.toml +++ b/crates/koe/Cargo.toml @@ -23,7 +23,7 @@ ecs-logger = "1.1.0" sentry = { version = "0.31.8", features = ["anyhow"] } # Discord -serenity = { version = "0.11.7", default-features = false, features = ["cache", "client", "utils", "voice", "native_tls_backend"] } +serenity = { version = "0.12.1", default-features = false, features = ["cache", "client", "utils", "voice", "native_tls_backend"] } songbird = { version = "0.3.2", default-features = false, features = ["serenity-native", "driver"] } discord-md = "3.0.0"