summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--libssh2-sys/Cargo.toml2
2 files changed, 2 insertions, 2 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"
diff --git a/libssh2-sys/Cargo.toml b/libssh2-sys/Cargo.toml
index 88a6699..46bfbe0 100644
--- a/libssh2-sys/Cargo.toml
+++ b/libssh2-sys/Cargo.toml
@@ -17,7 +17,7 @@ libz-sys = ">= 0"
libc = "0.2"
[target."cfg(unix)".dependencies]
-openssl-sys = "0.7"
+openssl-sys = "0.9"
[build-dependencies]
pkg-config = "0.3"