chore(deps) Update Rust crate tokio to 1.4 (#1383)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-03-24 02:19:11 -03:00
committed by GitHub
parent 655e01334f
commit a2f3f57ff0

View File

@@ -22,7 +22,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
base64 = "0.13.0"
lazy_static = "1.4.0"
tokio = { version = "1.3", features = ["rt", "rt-multi-thread", "sync"] }
tokio = { version = "1.4", features = ["rt", "rt-multi-thread", "sync"] }
futures = "0.3"
async-trait = "0.1"
uuid = { version = "0.8.2", features = [ "v4" ] }