File: update-dependencies.patch

package info (click to toggle)
rust-tokio-native-tls 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: sh: 41; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: tokio-native-tls/Cargo.toml
===================================================================
--- tokio-native-tls.orig/Cargo.toml
+++ tokio-native-tls/Cargo.toml
@@ -41,7 +41,7 @@ version = "1.0"
 version = "0.1"
 
 [dev-dependencies.env_logger]
-version = "0.6"
+version = "0.11"
 default-features = false
 
 [dev-dependencies.futures]
@@ -65,7 +65,7 @@ features = [
 ]
 
 [dev-dependencies.tokio-util]
-version = "0.6.0"
+version = "0.7"
 features = ["full"]
 
 [features]
@@ -74,9 +74,6 @@ vendored = ["native-tls/vendored"]
 [target."cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))".dev-dependencies.openssl]
 version = "0.10"
 
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework]
-version = "0.2"
-
 [target."cfg(windows)".dev-dependencies.schannel]
 version = "0.1"