blob: b865d7589116ad48e31674265e8c8a00f44649c0 (
plain)
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
|
Description: for now, disable libz to avoid NEW trip
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,11 +33,6 @@
version = "0.1.3"
optional = true
-[dependencies.libz-sys]
-version = "1.0.18"
-features = ["libc"]
-default-features = false
-
[dependencies.rustls-ffi]
version = "0.8"
features = ["no_log_capture"]
@@ -64,10 +59,6 @@
static-ssl = ["openssl-sys"]
upkeep_7_62_0 = []
windows-static-ssl = []
-zlib-ng-compat = [
- "libz-sys/zlib-ng",
- "static-curl",
-]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9.64"
|