upgrade tokio

This commit is contained in:
LordMZTE 2021-06-18 21:52:35 +02:00
parent c0e8017696
commit a062281ecb

View file

@ -12,9 +12,9 @@ env_logger = "0.8.2"
lazy_static = "1.4.0"
log = "0.4.11"
once_cell = "1.5.2"
reqwest = "0.10.9"
reqwest = "0.11.3"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.60"
thiserror = "1.0.23"
tokio = { version = "0.2.23", features = ["macros", "fs"] }
tokio = { version = "1.7.0", features = ["macros", "fs", "rt-multi-thread"] }
url = "2.2.0"