File: use-native-certs.patch

package info (click to toggle)
rust-actix-http 3.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,328 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: actix-http/Cargo.toml
===================================================================
--- actix-http.orig/Cargo.toml
+++ actix-http/Cargo.toml
@@ -338,7 +338,7 @@ version = "2"
 version = "3.4"
 features = [
     "openssl",
-    "rustls-0_23-webpki-roots",
+    "rustls-0_23-native-roots",
 ]
 
 [dev-dependencies.actix-web]