From 47f5efcb9de3edb1c3cfb848c24e3a866db08294 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Thu, 22 Feb 2024 00:23:09 +0800 Subject: [PATCH] Fix missing tokio/io-util --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 204cbd1df..642a97d32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ socks = ["tokio-socks"] # Don't rely on these whatsoever. They may disappear at anytime. # Enables common types used for TLS. Useless on its own. -__tls = ["dep:rustls-pemfile"] +__tls = ["dep:rustls-pemfile", "tokio/io-util"] # Enables common rustls code. # Equivalent to rustls-tls-manual-roots but shorter :)