File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " curl"
3
- version = " 0.4.12 "
3
+ version = " 0.4.13 "
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT"
6
6
repository = " https://github.com/alexcrichton/curl-rust"
@@ -14,21 +14,21 @@ travis-ci = { repository = "alexcrichton/curl-rust" }
14
14
appveyor = { repository = " alexcrichton/curl-rust" }
15
15
16
16
[dependencies ]
17
- libc = " 0.2"
18
- curl-sys = { path = " curl-sys" , version = " 0.4.2 " }
19
- socket2 = " 0.3.2 "
17
+ libc = " 0.2.42 "
18
+ curl-sys = { path = " curl-sys" , version = " 0.4.7 " }
19
+ socket2 = " 0.3.7 "
20
20
21
21
# Unix platforms use OpenSSL for now to provide SSL functionality
22
22
[target ."cfg(all(unix, not(target_os = \"macos\")))" .dependencies ]
23
- openssl-sys = " 0.9.0 "
24
- openssl-probe = " 0.1"
23
+ openssl-sys = " 0.9.33 "
24
+ openssl-probe = " 0.1.2 "
25
25
26
26
[target ."cfg(windows)" .dependencies ]
27
27
winapi = " 0.2.7"
28
28
29
29
[target .'cfg(target_env="msvc")' .dependencies ]
30
- schannel = " 0.1.8 "
31
- kernel32-sys = " 0.2"
30
+ schannel = " 0.1.13 "
31
+ kernel32-sys = " 0.2.2 "
32
32
33
33
[dev-dependencies ]
34
34
mio = " 0.6"
You can’t perform that action at this time.
0 commit comments