update mime.rs dependency url

This commit is contained in:
Sean McArthur
2014-10-24 09:55:44 -07:00
parent 600c1e07bc
commit 68e2278339

View File

@@ -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"