File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ socket2 = "0.5.0"
23
23
24
24
# Unix platforms use OpenSSL for now to provide SSL functionality
25
25
[target .'cfg(all(unix, not(target_os = "macos")))' .dependencies ]
26
- openssl-sys = { version = " 0.9.43 " , optional = true }
26
+ openssl-sys = { version = " 0.9.64 " , optional = true }
27
27
openssl-probe = { version = " 0.1.2" , optional = true }
28
28
29
29
[target .'cfg(target_env = "msvc")' .dependencies ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ optional = true
30
30
features = [" no_log_capture" ]
31
31
32
32
[target .'cfg(all(unix, not(target_os = "macos")))' .dependencies ]
33
- openssl-sys = { version = " 0.9" , optional = true }
33
+ openssl-sys = { version = " 0.9.64 " , optional = true }
34
34
35
35
[target .'cfg(windows)' .dependencies ]
36
36
winapi = { version = " 0.3" , features = [" winsock2" , " ws2def" ] }
You can’t perform that action at this time.
0 commit comments