util: bump tokio dependency to 1.6 to satisfy minimal versions (#4490)

This commit is contained in:
Dirkjan Ochtman
2022-02-12 10:02:07 +01:00
committed by GitHub
parent ed187ddfb8
commit 69f135ed60
+1 -1
View File
@@ -34,7 +34,7 @@ rt = ["tokio/rt", "tokio/sync", "futures-util"]
__docs_rs = ["futures-util"]
[dependencies]
tokio = { version = "1.0.0", path = "../tokio", features = ["sync"] }
tokio = { version = "1.6.0", path = "../tokio", features = ["sync"] }
bytes = "1.0.0"
futures-core = "0.3.0"