Skip to content

Commit

Permalink
chore(deps): update rust crate serenity to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 8449c94 commit 7f10135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/koe-call/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion crates/koe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7f10135

Please sign in to comment.