From 705922838fc7010be92b6b334b6ee63c88cbcc00 Mon Sep 17 00:00:00 2001 From: Zhang Jingqiang Date: Thu, 10 Oct 2024 12:08:50 +0800 Subject: [PATCH] update workspace Cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca559b73..4438f584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,9 +148,8 @@ async-trait = "0.1" async-recursion = "1.1" pin-project-lite = "0.2" # -rustls = { version = "0.23.14", default-features = false, features = ["std", "tls12", "ring", "brotli"] } rustls-pki-types = { version = "1", default-features = false } -rustls-pemfile = "2" +rustls = { version = "0.23.14", default-features = false, features = ["std", "tls12", "ring", "brotli"] } tokio-rustls = { version = "0.26", default-features = false, features = ["tls12", "ring"] } quinn = { version = "0.11", default-features = false, features = ["runtime-tokio"] } #