diff --git a/Cargo.toml b/Cargo.toml index 9130a3ec2..b892f2914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl" -version = "0.4.34" +version = "0.4.35" 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.37", default-features = false } +curl-sys = { path = "curl-sys", version = "0.4.41", default-features = false } socket2 = "0.3.16" # Unix platforms use OpenSSL for now to provide SSL functionality diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 50c2bd7a8..c74270d28 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.40+curl-7.75.0" +version = "0.4.41+curl-7.75.0" authors = ["Alex Crichton "] links = "curl" build = "build.rs" @@ -52,4 +52,4 @@ spnego = [] force-system-lib-on-osx = [] protocol-ftp = [] zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"] -upkeep_7_62_0 = [] \ No newline at end of file +upkeep_7_62_0 = []