From 6c19c396b9709836cd60dee2c24b0d5e8026d0b0 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 25 Aug 2026 12:14:30 -0700 Subject: [PATCH] fix(certbot): enable the rustls ring provider --- dstack/certbot/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dstack/certbot/cli/Cargo.toml b/dstack/certbot/cli/Cargo.toml index cd415c084..3698f7b85 100644 --- a/dstack/certbot/cli/Cargo.toml +++ b/dstack/certbot/cli/Cargo.toml @@ -23,5 +23,5 @@ serde.workspace = true tokio = { workspace = true, features = ["full"] } toml_edit.workspace = true tracing-subscriber.workspace = true -rustls.workspace = true +rustls = { workspace = true, features = ["ring"] } or-panic.workspace = true