diff --git a/Cargo.toml b/Cargo.toml index c9c98d73a..24c993547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.36" +version = "0.4.37" authors = ["Alex Crichton "] license = "MIT" repository = "https://github.com/alexcrichton/curl-rust" @@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" } [dependencies] libc = "0.2.42" -curl-sys = { path = "curl-sys", version = "0.4.42", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.43", default-features = false } socket2 = "0.4.0" # Unix platforms use OpenSSL for now to provide SSL functionality diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 1f0d39c4c..7d6ea92d0 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.42+curl-7.76.0" +version = "0.4.43+curl-7.76.0" authors = ["Alex Crichton "] links = "curl" build = "build.rs"