diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-03-21 14:16:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 14:16:57 -0400 |
commit | 1c2bed5a6909268c85d61ec73b2ab63602294eb1 (patch) | |
tree | 1d3bc1f72f1883e4d090cb4da54e41261766c018 /components/script | |
parent | de04783fd9593cc21ce1b4709cf572f4450880ad (diff) | |
parent | f71e34ccab4453b7cf05dc035c9885f577dd6feb (diff) | |
download | servo-1c2bed5a6909268c85d61ec73b2ab63602294eb1.tar.gz servo-1c2bed5a6909268c85d61ec73b2ab63602294eb1.zip |
Auto merge of #20378 - Eijebong:parking_lot, r=jdm
Bump parking_lot to 0.5
<!-- 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/20378)
<!-- 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 98e5f176b4a..4730eeeb18a 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -67,7 +67,7 @@ msg = {path = "../msg"} net_traits = {path = "../net_traits"} num-traits = "0.1.32" offscreen_gl_context = { version = "0.15", features = ["serde"] } -parking_lot = "0.4" +parking_lot = "0.5" phf = "0.7.18" profile_traits = {path = "../profile_traits"} ref_filter_map = "1.0.1" |