diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 317918f0397e545fd1f526dbdcc27e243958367f..c9ac46b97f91036e4eb6639d37e58852efb0c8ee 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.10.10" +version = "0.10.11" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" @@ -25,7 +25,7 @@ foreign-types = "0.3.1" lazy_static = "1" libc = "0.2" -openssl-sys = { version = "0.9.33", path = "../openssl-sys" } +openssl-sys = { version = "0.9.35", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3"