From f6c640f51d6601640095e22868e973adac846f5a Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Wed, 6 Nov 2024 16:44:03 +0800 Subject: [PATCH] fix: feature `force-https` should depends on `salvo_core/rustls` --- crates/extra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/extra/Cargo.toml b/crates/extra/Cargo.toml index affe823db..1b8593faa 100644 --- a/crates/extra/Cargo.toml +++ b/crates/extra/Cargo.toml @@ -23,7 +23,7 @@ affix-state = [] basic-auth = ["dep:base64"] caching-headers = ["dep:etag", "dep:tracing"] catch-panic = ["dep:futures-util", "dep:tracing"] -force-https = ["dep:tracing"] +force-https = ["dep:tracing", "salvo_core/rustls"] logging = ["dep:tracing"] concurrency-limiter = ["dep:tracing", "tokio"] size-limiter = []