Skip to content

Commit 417efaa

Browse files
committed
Bump to 0.4.23
1 parent 5155b9e commit 417efaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl"
3-
version = "0.4.22"
3+
version = "0.4.23"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -16,7 +16,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1616

1717
[dependencies]
1818
libc = "0.2.42"
19-
curl-sys = { path = "curl-sys", version = "0.4.18", default-features = false }
19+
curl-sys = { path = "curl-sys", version = "0.4.21", default-features = false }
2020
socket2 = "0.3.7"
2121

2222
# Unix platforms use OpenSSL for now to provide SSL functionality

0 commit comments

Comments
 (0)