diff --git a/Cargo.toml b/Cargo.toml index ca5fd4b96..8363b00e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [dependencies] libc = "0.2.42" curl-sys = { path = "curl-sys", version = "0.4.77", default-features = false } -socket2 = "0.5.0" +socket2 = "0.6.0" # Unix platforms use OpenSSL for now to provide SSL functionality [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]