diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-07-20 10:34:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 10:34:57 -0400 |
commit | 1a9943d736dcba7c8e07adfa2fcc64ea0943c9e6 (patch) | |
tree | f7019661429653134bb6b294be1c306526cdfc04 /components/script | |
parent | c1cc2aaf9cd82ec1be317dbdea057f617d0c4541 (diff) | |
parent | ba9cbd87fb6662a9506b5d9bb3d66dbc24ee121f (diff) | |
download | servo-1a9943d736dcba7c8e07adfa2fcc64ea0943c9e6.tar.gz servo-1a9943d736dcba7c8e07adfa2fcc64ea0943c9e6.zip |
Auto merge of #21216 - Eijebong:parking_lot, r=emilio
Update parking_lot to 0.6
<!-- 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/21216)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index e2af3c864b0..ebc0ebd25b9 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -70,7 +70,7 @@ msg = {path = "../msg"} net_traits = {path = "../net_traits"} num-traits = "0.1.32" offscreen_gl_context = {version = "0.20", features = ["serde"]} -parking_lot = "0.5" +parking_lot = "0.6" phf = "0.7.18" profile_traits = {path = "../profile_traits"} ref_filter_map = "1.0.1" |