Skip to content

Commit

Permalink
fix: feature force-https should depends on salvo_core/rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Nov 6, 2024
1 parent 93ca71f commit f6c640f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit f6c640f

Please sign in to comment.