From cbad82cb89b973a6ab6100898d3ce113b614d360 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Tue, 8 Jul 2025 12:11:14 +0900 Subject: [PATCH] fix rustls-acme --- Cargo.lock | 1 + rpxy-acme/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 28d2577..e907acb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2310,6 +2310,7 @@ dependencies = [ "serde", "serde_json", "thiserror 2.0.12", + "webpki-roots 1.0.1", "x509-parser", ] diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index 0023c26..e2cf113 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -31,6 +31,7 @@ rustls = { version = "0.23.28", default-features = false, features = [ rustls-platform-verifier = { version = "0.6.0" } rustls-acme = { path = "../submodules/rustls-acme/", default-features = false, features = [ "aws-lc-rs", + "webpki-roots", ] } rustls-post-quantum = { version = "0.2.2", optional = true } tokio = { version = "1.46.1", default-features = false, features = [