From e25a82b14bf0227241ea56c08be1365e3e5562cd Mon Sep 17 00:00:00 2001
From: Sergio Benitez <sb@sergio.bz>
Date: Sat, 21 Jul 2018 16:49:22 -0700
Subject: [PATCH] Update dependencies for ring 0.13.

---
 core/http/Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml
index 791ee513..3124f0cc 100644
--- a/core/http/Cargo.toml
+++ b/core/http/Cargo.toml
@@ -23,15 +23,15 @@ percent-encoding = "1"
 hyper = { version = "0.10.13", default-features = false }
 time = "0.1"
 indexmap = "1.0"
-rustls = { version = "0.12.0", optional = true }
+rustls = { version = "0.13", optional = true }
 
 [dependencies.cookie]
 git = "https://github.com/alexcrichton/cookie-rs"
-rev = "0365a18"
+rev = "f191ca50"
 features = ["percent-encode", "secure"]
 
 [dependencies.hyper-sync-rustls]
-version = "=0.3.0-rc.2"
+version = "=0.3.0-rc.3"
 features = ["server"]
 optional = true