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 c920182 commit 5d7b44cCopy full SHA for 5d7b44c
Cargo.toml
@@ -19,7 +19,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
19
[dependencies]
20
libc = "0.2.42"
21
curl-sys = { path = "curl-sys", version = "0.4.59", default-features = false }
22
-socket2 = "0.4.0"
+socket2 = "0.5.0"
23
24
# Unix platforms use OpenSSL for now to provide SSL functionality
25
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
0 commit comments