File: 2002_rustls_no_aws-lc-rs.patch

package info (click to toggle)
rust-axum-server 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 320 kB
  • sloc: makefile: 11; sh: 1
file content (14 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Downgrade dependency tower-http to packaged version
Forwarded: not-needed
Last-Update: 2025-03-12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@
 
 [features]
 default = []
-tls-rustls = ["tls-rustls-no-provider", "rustls/aws-lc-rs"]
+tls-rustls = ["tls-rustls-no-provider", "rustls/ring"] # was rustls/aws-lc-rs
 tls-rustls-no-provider = ["arc-swap", "rustls", "rustls-pemfile", "tokio/fs", "tokio/time", "tokio-rustls", "rustls-pki-types", "dep:pin-project-lite"]
 tls-openssl = ["arc-swap", "openssl", "tokio-openssl", "dep:pin-project-lite"]