diff options
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b8e88ea9..b1c9f122 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.10.3" +version = "0.10.4" authors = ["Steven Fackler <[email protected]>"] license = "Apache-2.0" description = "OpenSSL bindings" @@ -24,7 +24,7 @@ bitflags = "1.0" foreign-types = "0.3.1" lazy_static = "1" libc = "0.2" -openssl-sys = { version = "0.9.25", path = "../openssl-sys" } +openssl-sys = { version = "0.9.26", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3" |