Skip to content

Commit

Permalink
chore(deps): update rust crate songbird to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 6b7bf82 commit 402d175
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 @@ -7,4 +7,4 @@ edition = "2021"
anyhow = { version = "1.0.82", features = ["backtrace"] }
tokio = { version = "1.37.0", features = ["sync"] }
serenity = { version = "0.11.7", default-features = false, features = ["native_tls_backend"] }
songbird = { version = "0.3.2", default-features = false, features = ["serenity-native", "driver", "builtin-queue"] }
songbird = { version = "0.4.0", 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 @@ -24,7 +24,7 @@ sentry = { version = "0.31.8", features = ["anyhow"] }

# Discord
serenity = { version = "0.11.7", default-features = false, features = ["cache", "client", "utils", "voice", "native_tls_backend"] }
songbird = { version = "0.3.2", default-features = false, features = ["serenity-native", "driver"] }
songbird = { version = "0.4.0", default-features = false, features = ["serenity-native", "driver"] }
discord-md = "3.0.0"

# Utilities
Expand Down

0 comments on commit 402d175

Please sign in to comment.