update dependencies

This commit is contained in:
Robin Appelman 2021-02-24 15:03:46 +01:00
commit 10749f5a64
2 changed files with 322 additions and 276 deletions

596
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,8 +5,8 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
demostf-client = "0.1"
tokio = { version = "0.2", features = ["macros"] }
demostf-client = "0.2"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
chrono = "0.4"
main_error = "0.1"
dotenv = "0.15"