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