From c4c60d90bca913d76e0377bfa49b0cb5035dda1b Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 13 Jun 2017 10:29:16 -0700 Subject: [PATCH] chore(dependencies): bump mime v0.3.2, with http token parsing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ba4dd0f..a7490799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures-cpupool = "0.1" httparse = "1.0" language-tags = "0.2" log = "0.3" -mime = "0.3" +mime = "0.3.2" time = "0.1" tokio-core = "0.1.6" tokio-proto = "0.1"