aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-11-26 21:34:42 -0800
committerGitHub <[email protected]>2017-11-26 21:34:42 -0800
commitf6085700eae052f040ae5ff1d25a8c220277598d (patch)
treed825992569969ec07be9130a37561e8b5bc1471b /openssl/Cargo.toml
parentMerge pull request #779 from sfackler/revert-778-foreign-types (diff)
parentUpgrade foreign-types (diff)
downloadrust-openssl-f6085700eae052f040ae5ff1d25a8c220277598d.tar.xz
rust-openssl-f6085700eae052f040ae5ff1d25a8c220277598d.zip
Merge pull request #781 from sfackler/foreign-types-bump
Upgrade foreign-types
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" }