Update some dependencies to fix some warnings

"`#[must_use]` on methods is experimental" and
"trait bounds are not (yet) enforced in type definitions"
are shown despite Cargo using `--cap-lints=allow` for dependencies.
This commit is contained in:
Simon Sapin 2017-09-20 11:50:39 +02:00
parent 8000efac75
commit 8a84618ca2
2 changed files with 43 additions and 42 deletions

View file

@ -28,7 +28,7 @@ mime_guess = "1.8.0"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
openssl = "0.9"
parse-hosts = "0.4.0"
parse-hosts = "0.5.0"
profile_traits = {path = "../profile_traits"}
serde = "1.0"
serde_json = "1.0"