From 7675346490bed570a26a6def28bf961267680d24 Mon Sep 17 00:00:00 2001 From: hoping Date: Tue, 19 Dec 2023 17:56:08 +0800 Subject: [PATCH] remove async_rustls --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69263c3..69ca2c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,6 @@ test-log = "0.2" notify = "6.1" ringbuf = "0.3" httparse = "1.8" -async_rustls = { path = "tokio_rustls" } async_smoltcp = { path = "async_smoltcp" } tokio-rustls = "0.25" rustls-pki-types = "1.0"