Auto merge of #20465 - Eijebong:log, r=SimonSapin

Bump env_logger to 0.5 and log to 0.4 in every servo crate

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20465)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-03-28 15:08:52 -04:00 committed by GitHub
commit 12d82fe621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 153 additions and 110 deletions

View file

@ -56,7 +56,7 @@ itertools = "0.7.6"
jstraceable_derive = {path = "../jstraceable_derive"}
lazy_static = "1"
libc = "0.2"
log = "0.3.5"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
metrics = {path = "../metrics"}