mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 01:00:49 +00:00
DB: Update rustbreak and serenity
This commit is contained in:
parent
9a98193d1f
commit
3ce86bcd19
2 changed files with 31 additions and 84 deletions
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serenity = "0.8"
|
||||
serenity = "0.9.0-rc.0"
|
||||
dotenv = "0.15"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
chrono = "0.4.9"
|
||||
|
@ -20,5 +20,5 @@ chrono = "0.4.9"
|
|||
rayon = "1.1"
|
||||
|
||||
[dependencies.rustbreak]
|
||||
version = "2.0.0-rc3"
|
||||
version = "2.0.0"
|
||||
features = ["yaml_enc"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue