From c35bdca8fab3facfc69a2d85c2fe4eb46887e716 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 27 Nov 2018 11:55:02 -0800 Subject: [PATCH] chore(dependencies): update http to 0.1.14 for Uri::port_part --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 591f8218..24b98dd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = [ bytes = "0.4.4" futures = "0.1.21" futures-cpupool = { version = "0.1.6", optional = true } -http = "0.1.13" +http = "0.1.14" httparse = "1.0" h2 = "0.1.10" iovec = "0.1"