File: adjust-rustls

package info (click to toggle)
rust-sqlx 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,744 kB
  • sloc: sql: 335; python: 268; sh: 71; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: sqlx/Cargo.toml
===================================================================
--- sqlx.orig/Cargo.toml
+++ sqlx/Cargo.toml
@@ -390,5 +390,1 @@
-tls-rustls-aws-lc-rs = [
-    "sqlx-core/_tls-rustls-aws-lc-rs",
-    "sqlx-macros?/_tls-rustls-aws-lc-rs",
-]
-tls-rustls-ring = ["tls-rustls-ring-webpki"]
+tls-rustls-ring = ["tls-rustls-ring-native-roots"]
@@ -400,4 +400,0 @@
-tls-rustls-ring-webpki = [
-    "sqlx-core/_tls-rustls-ring-webpki",
-    "sqlx-macros?/_tls-rustls-ring-webpki",
-]