Update various shits and give tokio compat 0.2

This commit is contained in:
VC
2021-03-10 20:59:42 +01:00
parent fdbb365149
commit 367377c090
3 changed files with 650 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "scootaloo"
version = "0.2.0"
version = "0.2.1"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2018"
@@ -8,14 +8,18 @@ edition = "2018"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"
clap = "^2.33"
tokio = "^0.2"
egg-mode = "^0.14"
tokio = { version = "1", features = ["rt-multi-thread"]}
tokio-compat-02 = "0.2"
elefren = "^0.20"
egg-mode = "^0.15"
reqwest = "^0.9"
elefren = "^0.22"
reqwest = { version="^0.11", features = ["blocking"] }
htmlescape = "^0.3"