diff --git a/Cargo.toml b/Cargo.toml index 688e2fc..1c69bec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ "crates/*" ] [dependencies] i18n = { path = "./crates/i18n" } anyhow = "1.0.75" -serenity = { version = "0.11.5", default-features = false, features = [ "client", "gateway", "rustls_backend", "model" ] } +serenity = { version = "0.12.0", default-features = false, features = [ "client", "gateway", "rustls_backend", "model" ] } reqwest = { version = "0.12.0", default-features = false, features = [ "json", "multipart", "stream", "rustls-tls" ] } tokio = { version = "1.25.0", features = [ "macros", "rt-multi-thread" ] } tracing = "0.1.37"