From 8af28fb783d4dd0d9ab363f9079d27aa1fa9222f Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Fri, 7 Jun 2024 14:33:50 +0800 Subject: [PATCH] g3-tls-cert: fix dependency feature --- lib/g3-tls-cert/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/g3-tls-cert/Cargo.toml b/lib/g3-tls-cert/Cargo.toml index 1fff970d..27ef7d1b 100644 --- a/lib/g3-tls-cert/Cargo.toml +++ b/lib/g3-tls-cert/Cargo.toml @@ -9,7 +9,7 @@ edition.workspace = true [dependencies] anyhow.workspace = true log.workspace = true -tokio = { workspace = true, features = ["net"] } +tokio = { workspace = true, features = ["net", "rt"] } openssl.workspace = true openssl-sys.workspace = true libc.workspace = true