Unify tokio deps and bump cargo resolver version

This commit is contained in:
Kirill Bulatov
2021-09-14 10:29:52 +03:00
parent 01ef2baef0
commit 3ab60ce76f
5 changed files with 6 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ rand = "0.8.3"
hex = "0.4.3"
serde = "1"
serde_json = "1"
tokio = { version = "1.7.1", features = ["full"] }
tokio = "1.11"
tokio-postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="9eb0dbfbeb6a6c1b79099b9f7ae4a8c021877858" }
clap = "2.33.0"
rustls = "0.19.1"