From 170f2aca072655d7073f200f50f63b84b86bb6cc Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 6 May 2023 13:24:12 -0600 Subject: [PATCH] Updated songbird version + got to love discord --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae60465..9a6f9f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2317,9 +2317,9 @@ dependencies = [ [[package]] name = "songbird" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4c965f6625a2653e0733abfe217679562eb8c4787f000f4f13047541a444217" +checksum = "32f686a0fd771939de1da3e43cee45169fafe1595770b94680572cf18bdef288" dependencies = [ "async-trait", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 6fc54b0..32531df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tera = "1.17.1" ndm = "0.9.9" regex = "1.7.0" magick_rust = "0.18.0" -songbird = "0.3.0" +songbird = "0.3.2" json = "0.12.4" axum = "0.6.3" sha3 = "0.10.6"