mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Update serenity
This commit is contained in:
parent
21eb78e5aa
commit
9c978262cf
2 changed files with 5 additions and 200 deletions
|
@ -8,7 +8,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
reqwest = "0.10.1"
|
||||
serenity = "0.8"
|
||||
serenity = "0.9.0-rc.0"
|
||||
Inflector = "0.11"
|
||||
codeforces = "0.2"
|
||||
regex = "1"
|
||||
|
@ -16,6 +16,8 @@ lazy_static = "1"
|
|||
rayon = "1"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
crossbeam-channel = "0.4"
|
||||
dashmap = "3.11.4"
|
||||
|
||||
|
||||
youmubot-prelude = { path = "../youmubot-prelude" }
|
||||
youmubot-db = { path = "../youmubot-db" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue