File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1818
1919[dependencies ]
2020libc = " 0.2.42"
21- curl-sys = { path = " curl-sys" , version = " 0.4.56 " , default-features = false }
21+ curl-sys = { path = " curl-sys" , version = " 0.4.59 " , default-features = false }
2222socket2 = " 0.4.0"
2323
2424# Unix platforms use OpenSSL for now to provide SSL functionality
Original file line number Diff line number Diff line change 11[package ]
22name = " curl-sys"
3- version = " 0.4.58 +curl-7.86.0"
3+ version = " 0.4.59 +curl-7.86.0"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55links = " curl"
66build = " build.rs"
Original file line number Diff line number Diff line change @@ -358,6 +358,7 @@ fn main() {
358358 . define ( "HAVE_FCNTL_O_NONBLOCK" , None )
359359 . define ( "HAVE_SYS_SELECT_H" , None )
360360 . define ( "HAVE_SYS_STAT_H" , None )
361+ . define ( "HAVE_SYS_TIME_H" , None )
361362 . define ( "HAVE_UNISTD_H" , None )
362363 . define ( "HAVE_RECV" , None )
363364 . define ( "HAVE_SELECT" , None )
You can’t perform that action at this time.
0 commit comments