Skip to content

Commit c06de2a

Browse files
Update to socket2 v0.6 (#614)
1 parent 742fe88 commit c06de2a

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
@@ -15,7 +15,7 @@ edition = "2018"
1515
[dependencies]
1616
libc = "0.2.42"
1717
curl-sys = { path = "curl-sys", version = "0.4.77", default-features = false }
18-
socket2 = "0.5.0"
18+
socket2 = "0.6.0"
1919

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

0 commit comments

Comments
 (0)