Updated songbird version

+ got to love discord
This commit is contained in:
Joey Hines 2023-05-06 13:24:12 -06:00
parent b523c85c81
commit 170f2aca07
Signed by: joeyahines
GPG Key ID: 995E531F7A569DDB
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2317,9 +2317,9 @@ dependencies = [
[[package]] [[package]]
name = "songbird" name = "songbird"
version = "0.3.0" version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4c965f6625a2653e0733abfe217679562eb8c4787f000f4f13047541a444217" checksum = "32f686a0fd771939de1da3e43cee45169fafe1595770b94680572cf18bdef288"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"async-tungstenite", "async-tungstenite",

View File

@ -16,7 +16,7 @@ tera = "1.17.1"
ndm = "0.9.9" ndm = "0.9.9"
regex = "1.7.0" regex = "1.7.0"
magick_rust = "0.18.0" magick_rust = "0.18.0"
songbird = "0.3.0" songbird = "0.3.2"
json = "0.12.4" json = "0.12.4"
axum = "0.6.3" axum = "0.6.3"
sha3 = "0.10.6" sha3 = "0.10.6"