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"] }