Auto merge of #17042 - mbrubeck:always-be-updating, r=jdm

Update dependencies

No Cargo.toml changes except `base64` which is updated from 0.4.2 to 0.5.2.  Does not affect stylo.  No new crates in the dependency graph.

<!-- 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/17042)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-26 12:18:12 -05:00 committed by GitHub
commit 0f5ccdb589
4 changed files with 236 additions and 246 deletions

View file

@ -28,7 +28,7 @@ angle = {git = "https://github.com/servo/angle", branch = "servo"}
app_units = "0.4.1"
audio-video-metadata = "0.1.2"
atomic_refcell = "0.1"
base64 = "0.4.2"
base64 = "0.5.2"
bitflags = "0.7"
bluetooth_traits = {path = "../bluetooth_traits"}
byteorder = "1.0"