diff --git a/Cargo.toml b/Cargo.toml index 870762d053..18c46fb973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.32" +version = "0.4.33" authors = ["Alex Crichton "] license = "MIT" repository = "https://github.com/alexcrichton/curl-rust" @@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/curl-rust" } [dependencies] libc = "0.2.42" -curl-sys = { path = "curl-sys", version = "0.4.35", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.36", default-features = false } socket2 = "0.3.7" # Unix platforms use OpenSSL for now to provide SSL functionality diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 818e5f4a38..dc2728649b 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.35+curl-7.71.1" +version = "0.4.36+curl-7.71.1" authors = ["Alex Crichton "] links = "curl" build = "build.rs"