parent
3056c4e5c7
commit
1f5d4f5505
@ -1,28 +1,28 @@
|
|||||||
--- curl-0.4.22/Cargo.toml 1970-01-01T00:00:00+00:00
|
--- curl-0.4.25/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||||
+++ curl-0.4.22/Cargo.toml 2019-06-03T17:41:26.142954+00:00
|
+++ curl-0.4.25/Cargo.toml 2019-11-23T00:18:29.474934+00:00
|
||||||
@@ -42,11 +42,8 @@
|
@@ -42,12 +42,8 @@
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ssl"]
|
default = ["ssl"]
|
||||||
-force-system-lib-on-osx = ["curl-sys/force-system-lib-on-osx"]
|
-force-system-lib-on-osx = ["curl-sys/force-system-lib-on-osx"]
|
||||||
http2 = ["curl-sys/http2"]
|
http2 = ["curl-sys/http2"]
|
||||||
|
-mesalink = ["curl-sys/mesalink"]
|
||||||
ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"]
|
ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"]
|
||||||
-static-curl = ["curl-sys/static-curl"]
|
-static-curl = ["curl-sys/static-curl"]
|
||||||
-static-ssl = ["curl-sys/static-ssl"]
|
-static-ssl = ["curl-sys/static-ssl"]
|
||||||
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
|
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
optional = true
|
optional = true
|
||||||
@@ -54,13 +51,7 @@
|
@@ -55,12 +51,7 @@
|
||||||
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
|
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
|
||||||
version = "0.9.43"
|
version = "0.9.43"
|
||||||
optional = true
|
optional = true
|
||||||
-[target."cfg(target_env = \"msvc\")".dependencies.kernel32-sys]
|
|
||||||
-version = "0.2.2"
|
|
||||||
|
|
||||||
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
|
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
|
||||||
-version = "0.1.13"
|
-version = "0.1.13"
|
||||||
-[target."cfg(windows)".dependencies.winapi]
|
|
||||||
-version = "0.2.7"
|
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
|
||||||
|
-version = "0.3"
|
||||||
|
-features = ["libloaderapi", "wincrypt"]
|
||||||
[badges.appveyor]
|
[badges.appveyor]
|
||||||
repository = "alexcrichton/curl-rust"
|
repository = "alexcrichton/curl-rust"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (curl-0.4.22.crate) = fef61fa4e62bd38704b63de31ba02ab076067e4c292838cab994a2e51ec5be03f66611bb2c52ed13f113bc188d5f3f9abb9c74af52c0fdfc9f59e513c214dc6b
|
SHA512 (curl-0.4.25.crate) = c42efa6bcb5989c4f3a91629d0a547448ccce7fc8556b802ed2bdd10941cae25bb1ad15cd914024f1fdb0d1799ac2345fdc649b985b86eb87074b2b80e7c80d3
|
||||||
|
Loading…
Reference in new issue