tokio 1.0

This commit is contained in:
Robin Appelman 2021-01-20 17:36:06 +01:00
commit 0852ef4c59
2 changed files with 230 additions and 381 deletions

611
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
[dependencies] [dependencies]
dotenv = "0.15.0" dotenv = "0.15.0"
main_error = "0.1.0" main_error = "0.1.0"
tokio = { version = "0.2", features = ["macros"] } tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
warp = "0.2" warp = "0.3"
mitemp = { version = "0.2.0", git = "https://github.com/icewind1991/mitemp-rs" } mitemp = { version = "0.2.0", git = "https://github.com/icewind1991/mitemp-rs" }