From 041f2207272a7f53140320c3a0c918e4e3d2d540 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Thu, 5 May 2022 12:20:45 +0100 Subject: [PATCH] Only import tokio sync feature --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4c864146..651879f5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -45,7 +45,7 @@ sha2 = "0.10.2" slug = "0.1.4" thiserror = "1.0.30" tikv = { version = "0.1.0", package = "tikv-client", optional = true } -tokio = { version = "1.17.0", features = ["rt-multi-thread"], optional = true } +tokio = { version = "1.17.0", features = ["sync"], optional = true } url = "2.2.2" utf-8 = "0.7.6" uuid = { version = "0.8.2", features = ["serde", "v4"] }