aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-11-26 17:07:24 -0700
committerSteven Fackler <[email protected]>2017-11-26 17:07:24 -0700
commite9ad9f1afd0429dd56af8e59ec9ad74020ca15e3 (patch)
treed825992569969ec07be9130a37561e8b5bc1471b /openssl/Cargo.toml
parentMerge pull request #779 from sfackler/revert-778-foreign-types (diff)
downloadrust-openssl-e9ad9f1afd0429dd56af8e59ec9ad74020ca15e3.tar.xz
rust-openssl-e9ad9f1afd0429dd56af8e59ec9ad74020ca15e3.zip
Upgrade foreign-types
foreign-types 0.3 and 0.2 now share the same types and traits, so this is backwards compatible.
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..8aab6e7e 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.1"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.9.21", path = "../openssl-sys" }