fix: upgraded deps

This commit is contained in:
2024-12-15 19:08:24 +01:00
parent 45236f248e
commit c627352057
3 changed files with 797 additions and 402 deletions

1192
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "lyra"
version = "0.10.6"
version = "0.10.7"
authors = ["Michał Czyż <mike@c2yz.com>"]
edition = "2021"
description = "A featureful Discord bot written in Rust."
@@ -23,7 +23,7 @@ regex = "1.10.6"
reqwest = { version = "0.11.27", features = ["json"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
songbird = { version = "~0.4.3", default-features = true, features = [
songbird = { version = "0.4.6", default-features = true, features = [
"builtin-queue",
], git = "https://github.com/eRgo35/songbird" }
serenity = { default-features = true, features = [

View File

@@ -68,6 +68,9 @@
cargo-edit
cargo-watch
rust-analyzer
cmake
opusTools
opusfile
];
env = {