summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-07-13 13:32:57 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-07-13 13:32:57 -0700
commite5bd8c7494d5f6d68bdd2349a844a7f384cf3d31 (patch)
tree6e1f3b388eb40d3f75cbca769ea128c6242520c3 /libssh2-sys
parent05b472bc8c6fab71c81d688386ed20c9e186ea82 (diff)
downloadssh2-rs-e5bd8c7494d5f6d68bdd2349a844a7f384cf3d31.zip
Increase libz-sys version dep
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index c7ebed4..d4fe26c 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -13,7 +13,7 @@ name = "libssh2_sys"
path = "lib.rs"
[dependencies]
-libz-sys = "1"
+libz-sys = "1.0.18"
libc = "0.2"
[target."cfg(unix)".dependencies]