Enable the parking_lot feature for tokio (#10855)

This commit is contained in:
Koute
2022-02-15 20:53:45 +09:00
committed by GitHub
parent b82cfbac4d
commit 43c3e709f9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ prometheus = { version = "0.13.0", default-features = false }
futures-util = { version = "0.3.19", default-features = false, features = ["io"] }
thiserror = "1.0"
async-std = { version = "1.10.0", features = ["unstable"] }
tokio = "1.15"
tokio = { version = "1.15", features = ["parking_lot"] }
hyper = { version = "0.14.16", default-features = false, features = ["http1", "server", "tcp"] }
[dev-dependencies]