summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-09-13 14:51:24 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-09-13 14:51:24 -0700
commit81a818be457694ced02bd44f1453047226618d84 (patch)
tree9fb77be7df7beddb97b3acf0ae2e54706ccc73fc /libssh2-sys
parent8e588457103bdb8a435a8bb29c8a04f49e912177 (diff)
downloadssh2-rs-81a818be457694ced02bd44f1453047226618d84.zip
Bump libssh2-sys to 0.2.11
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index 1ea06bd..dae5b28 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libssh2-sys"
-version = "0.2.10"
+version = "0.2.11"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "ssh2"
build = "build.rs"
@@ -13,11 +13,11 @@ name = "libssh2_sys"
path = "lib.rs"
[dependencies]
-libz-sys = "1.0.18"
+libz-sys = "1.0.21"
libc = "0.2"
[target."cfg(unix)".dependencies]
-openssl-sys = "0.9"
+openssl-sys = "0.9.35"
[build-dependencies]
pkg-config = "0.3.11"