summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-18 14:46:19 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-11-18 14:46:19 -0800
commit7affeb36ae1daacc03647e8a93bc7a45e20303db (patch)
treef7538d81c8a7ed0d1a4da53352f169084dd9204b /libssh2-sys
parent4757423a985e17b9beb3be5208efd5aafe105066 (diff)
downloadssh2-rs-7affeb36ae1daacc03647e8a93bc7a45e20303db.zip
Bump dep on openssl-sys
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/Cargo.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index ea96e13..d6d336e 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -19,29 +19,29 @@ ws2_32-sys = "0.2"
winapi = "0.2"
[target.i686-apple-darwin.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.x86_64-apple-darwin.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.i686-unknown-linux-gnu.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.x86_64-unknown-linux-gnu.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.aarch64-unknown-linux-gnu.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.x86_64-unknown-linux-musl.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.i686-unknown-freebsd.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.x86_64-unknown-freebsd.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.x86_64-unknown-dragonfly.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.x86_64-unknown-bitrig.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[target.x86_64-unknown-openbsd.dependencies]
-openssl-sys = "0.6.0"
+openssl-sys = "0.7.0"
[build-dependencies]
pkg-config = "0.3"