Use rustls instead of boring tls

This commit is contained in:
Sander Declerck 2025-12-12 14:11:07 +01:00
parent a55d8217e6
commit 955c8a8e2b
No known key found for this signature in database

View file

@ -5,5 +5,5 @@ edition = "2021"
[dependencies] [dependencies]
clap = { version = "4.5.53", features = ["derive"] } 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"] } tokio = { version = "1.48.0", features = ["full"] }