chore: bumped dependencies
This commit is contained in:
parent
242fa52170
commit
80dc6d05ba
2 changed files with 512 additions and 259 deletions
765
Cargo.lock
generated
765
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue