From 423559625d4940e6402c1fb36a0db5a60f6ac99f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 25 Sep 2018 11:48:56 -0700 Subject: [PATCH] bump libflate dependency to 0.1.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da82cfb39..1c0d68bac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ http = "0.1.10" hyper = "0.12.7" hyper-old-types = { version = "0.11", optional = true, features = ["compat"] } hyper-tls = "0.3" -libflate = "0.1.11" +libflate = "0.1.18" log = "0.4" mime = "0.3.7" mime_guess = "2.0.0-alpha.6"