From 5ca84f166652647465c076b32700cd511a6b1328 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 3 Aug 2015 11:57:36 -0700 Subject: [PATCH] chore(cargo): update mime dependency to 0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3895a34..2dc5e239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["http", "hyper", "hyperium"] httparse = "0.1" language-tags = "0.0.7" log = "0.3" -mime = "0.0.12" +mime = "0.1" num_cpus = "0.2" rustc-serialize = "0.3" time = "0.1"