Update Rust crate tokio to 0.2.20

This commit is contained in:
Renovate Bot 2020-05-06 17:20:00 +00:00
parent 9b69ba6731
commit 5206bfbe09
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -25,7 +25,7 @@ reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.48"
time-parse = "0.1.2"
tokio = { version = "0.2.13", features = ["blocking", "macros"] }
tokio = { version = "0.2.20", features = ["blocking", "macros"] }
warp = { version = "0.2.2", default-features = false }
[build-dependencies]