summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-08 12:39:28 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-11-08 12:39:28 -0800
commit5175c7eb1a9af7839610f669544fc0779b03f5e3 (patch)
tree31362f41d9059948ebd8eaef8ee6a84c1927465c /Cargo.toml
parent268e71f48ba2529d9fe600085bce3d640d179c06 (diff)
downloadssh2-rs-5175c7eb1a9af7839610f669544fc0779b03f5e3.zip
Bump openssl deps back to 0.9
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 c3d3590..26c194c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ libc = "0.2"
libssh2-sys = { path = "libssh2-sys", version = "0.1.41" }
[target."cfg(unix)".dependencies]
-openssl-sys = "0.7"
+openssl-sys = "0.9"
[dev-dependencies]
tempdir = "0.3"