Skip to content

Commit d988645

Browse files
committed
Bump to 0.4.13
1 parent 89f45c7 commit d988645

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -14,21 +14,21 @@ travis-ci = { repository = "alexcrichton/curl-rust" }
1414
appveyor = { repository = "alexcrichton/curl-rust" }
1515

1616
[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"
2020

2121
# Unix platforms use OpenSSL for now to provide SSL functionality
2222
[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"
2525

2626
[target."cfg(windows)".dependencies]
2727
winapi = "0.2.7"
2828

2929
[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"
3232

3333
[dev-dependencies]
3434
mio = "0.6"

0 commit comments

Comments
 (0)