From 68e2278339d94aa46136d547da19064a9f41c59b Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 24 Oct 2014 09:55:44 -0700 Subject: [PATCH] update mime.rs dependency url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61e7780f..e8994c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ git = "https://github.com/servo/rust-url" git = "https://github.com/sfackler/rust-openssl" [dependencies.mime] -git = "https://github.com/seanmonstar/mime.rs" +git = "https://github.com/hyperium/mime.rs" [dependencies.unsafe-any] git = "https://github.com/reem/rust-unsafe-any"