Auto merge of #16088 - mbrubeck:always-be-updating, r=emilio

Update parking_lot_core and smallvec

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they update third-party code only

<!-- 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/16088)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-03-22 16:21:28 -07:00 committed by GitHub
commit e0f1855c10
5 changed files with 14 additions and 14 deletions

View file

@ -49,7 +49,7 @@ serde = {version = "0.9", optional = true}
serde_derive = {version = "0.9", optional = true}
servo_atoms = {path = "../atoms", optional = true}
servo_config = {path = "../config"}
smallvec = "0.1"
smallvec = "0.3"
style_traits = {path = "../style_traits"}
servo_url = {path = "../url"}
time = "0.1"