Update to Tokio 1 and Serenity 0.10 (#9)

This commit is contained in:
Natsu Kagami 2021-01-15 18:50:33 +00:00 committed by GitHub
parent 40f6c6e553
commit 901d55814d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 238 additions and 281 deletions

View file

@ -7,15 +7,15 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.9"
chrono = "0.4.10"
reqwest = "0.10.1"
serenity = "0.10"
chrono = "0.4"
reqwest = "0.11"
serde = { version = "1.0", features = ["derive"] }
bitflags = "1"
lazy_static = "1"
regex = "1"
oppai-rs = "0.2.0"
dashmap = "3.11.4"
oppai-rs = "0.2"
dashmap = "4"
youmubot-db = { path = "../youmubot-db" }
youmubot-prelude = { path = "../youmubot-prelude" }