summaryrefslogtreecommitdiffstats
path: root/internals/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-11-23 20:16:52 +0100
committerPhilipp Korber <philippkorber@gmail.com>2018-11-23 20:16:52 +0100
commitc02c3dd1efc03ef76857b2d0578843a3cf5f50f1 (patch)
tree89d67513f6ccbbae457644c6e76d091892b15abd /internals/Cargo.toml
parent7845ee5953b4cee0df5b180d5066d59fe6945c9c (diff)
chore(deps) use crates versions of media-type(/mime), media-type-impl-utils
Diffstat (limited to 'internals/Cargo.toml')
-rw-r--r--internals/Cargo.toml9
1 files changed, 2 insertions, 7 deletions
diff --git a/internals/Cargo.toml b/internals/Cargo.toml
index 61a99ed..1808868 100644
--- a/internals/Cargo.toml
+++ b/internals/Cargo.toml
@@ -19,15 +19,10 @@ quoted_printable = "0.4.0"
idna = "0.1.4"
percent-encoding = "1.0.0"
quoted-string = "0.6"
-media-type-impl-utils = { git="https://github.com/1aim/media-type-impl-utils" }
+media-type-impl-utils = "0.3.0-unstable"
soft-ascii-string = "1.0"
vec1 = "1.0"
-
-[dependencies.mime]
-git="https://github.com/1aim/mime"
-branch="parser_revamp"
-features=["expose-param-utils"]
-version="0.4.0"
+media-type = { version="0.4.0-unstable", features=["expose-param-utils"] }
[features]