File: relax-deps.patch

package info (click to toggle)
rust-native-tls 0.2.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: native-tls/Cargo.toml
===================================================================
--- native-tls.orig/Cargo.toml
+++ native-tls/Cargo.toml
@@ -49,13 +49,13 @@ name = "simple-server-pkcs8"
 path = "examples/simple-server-pkcs8.rs"
 
 [dev-dependencies.pem]
-version = "1.0"
+version = "3.0"
 
 [dev-dependencies.hex]
 version = "0.4"
 
 [dev-dependencies.base64]
-version = "0.21"
+version = "0.22"
 
 [features]
 alpn = []