chore: bumped dependencies

This commit is contained in:
moonleay 2024-07-26 16:50:53 +02:00
parent 242fa52170
commit 80dc6d05ba
Signed by: moonleay
GPG key ID: 82667543CCD715FB
2 changed files with 512 additions and 259 deletions

765
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "rustendo"
version = "7.0.0"
version = "7.0.1"
authors = ["moonleay <contact@moonleay.net>", "migueldamota <miguel@damota.de>"]
edition = "2021"
@ -9,13 +9,13 @@ edition = "2021"
[dependencies]
serenity = "0.12"
tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
confy = "0.6.0"
songbird = "0.4"
chrono = "0.4"
reqwest = "0.11"
reqwest = "0.11" # 0.12 creates issues; don't update for now, will fix later
symphonia = "0.5"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"