Skip to content

Commit 5d7b44c

Browse files
authored
Update socket2 dependency to the 0.5.x version (previously 0.4.x) (#494)
1 parent c920182 commit 5d7b44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1919
[dependencies]
2020
libc = "0.2.42"
2121
curl-sys = { path = "curl-sys", version = "0.4.59", default-features = false }
22-
socket2 = "0.4.0"
22+
socket2 = "0.5.0"
2323

2424
# Unix platforms use OpenSSL for now to provide SSL functionality
2525
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]

0 commit comments

Comments
 (0)