aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2017-11-21 02:31:00 +0100
committerAnthony Ramine <[email protected]>2017-11-21 09:17:39 +0100
commit93be1c4f2fdbfcdadc47e2760759493a2871faec (patch)
tree4c9880fad8b39ffb257f53041cbc8f2ad2e3091a /openssl/Cargo.toml
parentRelease v0.9.21 (diff)
downloadrust-openssl-93be1c4f2fdbfcdadc47e2760759493a2871faec.tar.xz
rust-openssl-93be1c4f2fdbfcdadc47e2760759493a2871faec.zip
Update foreign-types to 0.3
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 5ed46998..ded67075 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -20,7 +20,7 @@ v110 = []
[dependencies]
bitflags = "0.9"
-foreign-types = "0.2"
+foreign-types = "0.3"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.9.21", path = "../openssl-sys" }