parent
28a4f1b4e6
commit
1392a900ea
@ -1,31 +1,40 @@
|
|||||||
--- curl-0.4.43/Cargo.toml 1970-01-01T00:00:01+00:00
|
--- curl-0.4.44/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||||
+++ curl-0.4.43/Cargo.toml 2022-05-25T12:12:21.425575+00:00
|
+++ curl-0.4.44/Cargo.toml 2022-07-22T10:26:15.295988+00:00
|
||||||
@@ -1,4 +1,4 @@
|
@@ -25,6 +25,9 @@
|
||||||
-# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
]
|
||||||
+## THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
license = "MIT"
|
||||||
#
|
repository = "https://github.com/alexcrichton/curl-rust"
|
||||||
# When uploading crates to the registry Cargo will automatically
|
+exclude = [
|
||||||
# "normalize" Cargo.toml files for maximal compatibility
|
+ "/ci/",
|
||||||
@@ -47,9 +47,6 @@
|
+]
|
||||||
|
|
||||||
|
[[example]]
|
||||||
|
name = "https"
|
||||||
|
@@ -52,10 +55,6 @@
|
||||||
|
name = "multi-dl"
|
||||||
path = "examples/multi-dl.rs"
|
path = "examples/multi-dl.rs"
|
||||||
required-features = ["ssl"]
|
required-features = ["ssl"]
|
||||||
|
-
|
||||||
-[[test]]
|
-[[test]]
|
||||||
-name = "atexit"
|
-name = "atexit"
|
||||||
-harness = false
|
-harness = false
|
||||||
|
|
||||||
[dependencies.curl-sys]
|
[dependencies.curl-sys]
|
||||||
version = "0.4.53"
|
version = "0.4.56"
|
||||||
default-features = false
|
@@ -107,16 +106,6 @@
|
||||||
@@ -90,12 +87,7 @@
|
|
||||||
[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.schannel]
|
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
|
||||||
-version = "0.1.13"
|
-version = "0.1.13"
|
||||||
|
-
|
||||||
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
|
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
|
||||||
-version = "0.3"
|
-version = "0.3"
|
||||||
-features = ["libloaderapi", "wincrypt"]
|
-features = [
|
||||||
|
- "libloaderapi",
|
||||||
|
- "wincrypt",
|
||||||
|
-]
|
||||||
|
-
|
||||||
[badges.appveyor]
|
[badges.appveyor]
|
||||||
repository = "alexcrichton/curl-rust"
|
repository = "alexcrichton/curl-rust"
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (curl-0.4.43.crate) = 13803b2b0903c57e17e17d4099f1dc68550449068d703418bb065599ee733ebd5a2a8839b8ea65d303509107b151b21ee61f04170228b83e06dc8c79350e70bf
|
SHA512 (curl-0.4.44.crate) = 499c3496cb019856773da10c5dcdf539c3fb7542a5e5dde4923d36e0f9274515b43a68bd31fc18a9adbfa9061d752fa698dfc2fbb6a6b1c1347001b3d112b3e5
|
||||||
|
Loading…
Reference in new issue