From 955c8a8e2b5c8f237ba08892e0cbcf984a30d32d Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Fri, 12 Dec 2025 14:11:07 +0100 Subject: [PATCH] Use rustls instead of boring tls --- proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index 9fbef5b..d1f69f9 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -5,5 +5,5 @@ edition = "2021" [dependencies] clap = { version = "4.5.53", features = ["derive"] } -rama = { git = "https://github.com/plabayo/rama", features = ["http-full", "dns", "boring"] } +rama = { git = "https://github.com/plabayo/rama", features = ["http-full", "dns", "rustls"] } tokio = { version = "1.48.0", features = ["full"] }