aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/packages.py
diff options
context:
space:
mode:
authorddh <dianehosfelt@gmail.com>2017-01-11 12:07:36 +0000
committerAnthony Ramine <n.oxyde@gmail.com>2017-03-31 16:32:21 +0200
commite527c9a991c00a3d01fcf262b9fee0b5c948436e (patch)
tree75a909ab4048eb74174454d65758efbb6c63934e /python/servo/packages.py
parentf66cae3f96c1b9a835f2d33477593e083395f402 (diff)
downloadservo-e527c9a991c00a3d01fcf262b9fee0b5c948436e.tar.gz
servo-e527c9a991c00a3d01fcf262b9fee0b5c948436e.zip
Update Hyper and OpenSSL
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r--python/servo/packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py
index e8054f9a502..1413e1c645a 100644
--- a/python/servo/packages.py
+++ b/python/servo/packages.py
@@ -21,5 +21,5 @@ WINDOWS_MSVC = {
"cmake": "3.6.1",
"moztools": "0.0.1-5",
"ninja": "1.7.1",
- "openssl": "1.0.1t-vs2015",
+ "openssl": "1.1.0e-vs2015",
}