summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-11-05 22:06:21 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-11-05 22:06:21 -0700
commit27e3863c9de4c6feb4ad749039087a91a727abe0 (patch)
treeef6ce811436958ffef481e1f3ebe2897c05e5c6e /Cargo.toml
parent02757a697730b1e8af1e190f2b0dfe3be11188b8 (diff)
downloadssh2-rs-27e3863c9de4c6feb4ad749039087a91a727abe0.zip
Bump openssl dep
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 8875700..2caade5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ libc = "0.2"
libssh2-sys = { path = "libssh2-sys", version = "0.1.38" }
[target."cfg(unix)".dependencies]
-openssl-sys = "0.7"
+openssl-sys = "0.9"
[dev-dependencies]
tempdir = "0.3"