summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-08 12:37:08 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-11-08 12:37:08 -0800
commitcd7a508b1747a8a3ed878551c0fc2dd448befda7 (patch)
tree22aa89247baaa49b7f8a9e6aaa34b450be83aca4 /Cargo.toml
parent39615f188ac229e3fa9a5e3905aa2c0f8f61b90e (diff)
downloadssh2-rs-cd7a508b1747a8a3ed878551c0fc2dd448befda7.zip
Bump dep on libssh2-sys
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e85b84..e08d12b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ name = "all"
[dependencies]
bitflags = "0.1"
libc = "0.2"
-libssh2-sys = { path = "libssh2-sys", version = "0.1.40" }
+libssh2-sys = { path = "libssh2-sys", version = "0.1.41" }
[target."cfg(unix)".dependencies]
openssl-sys = "0.7"