summaryrefslogtreecommitdiffstats
path: root/headers/src
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-11-23 20:22:23 +0100
committerPhilipp Korber <philippkorber@gmail.com>2018-11-23 20:24:41 +0100
commit75490fcac9659eee84dc2f907cf5d8c01a8c1a11 (patch)
tree4106e3c5558c53c8e0e57d5e9e4b8d050a91c87d /headers/src
parentc02c3dd1efc03ef76857b2d0578843a3cf5f50f1 (diff)
chore(headers/deps) changed deps to crates version
Diffstat (limited to 'headers/src')
-rw-r--r--headers/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers/src/lib.rs b/headers/src/lib.rs
index 67f56e6..99868f2 100644
--- a/headers/src/lib.rs
+++ b/headers/src/lib.rs
@@ -114,7 +114,7 @@
//! }
//! ```
-extern crate mime;
+extern crate media_type;
#[doc(hidden)]
pub extern crate soft_ascii_string;
extern crate quoted_string;