Skip to content

Commit

Permalink
chore(dependencies): update mime to 0.2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: mime 0.2 depends on serde 0.7, so any instances of
  using older versions of serde will need to upgrade.
  • Loading branch information
seanmonstar committed Mar 9, 2016
1 parent d1f9f5f commit 146df53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["http", "hyper", "hyperium"]
httparse = "1.0"
language-tags = "0.2"
log = "0.3"
mime = "0.1"
mime = "0.2"
num_cpus = "0.2"
rustc-serialize = "0.3"
time = "0.1"
Expand Down Expand Up @@ -46,5 +46,5 @@ env_logger = "0.3"
[features]
default = ["ssl"]
ssl = ["openssl", "cookie/secure"]
serde-serialization = ["serde"]
serde-serialization = ["serde", "mime/serde"]
nightly = []

0 comments on commit 146df53

Please sign in to comment.