We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c7a66 commit a4f4083Copy full SHA for a4f4083
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "curl"
3
-version = "0.4.45"
+version = "0.4.46"
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT"
6
repository = "https://github.com/alexcrichton/curl-rust"
@@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
18
19
[dependencies]
20
libc = "0.2.42"
21
-curl-sys = { path = "curl-sys", version = "0.4.59", default-features = false }
+curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false }
22
socket2 = "0.5.0"
23
24
# Unix platforms use OpenSSL for now to provide SSL functionality
0 commit comments