aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2018-03-21 14:16:57 -0400
committerGitHub <noreply@github.com>2018-03-21 14:16:57 -0400
commit1c2bed5a6909268c85d61ec73b2ab63602294eb1 (patch)
tree1d3bc1f72f1883e4d090cb4da54e41261766c018 /components/script
parentde04783fd9593cc21ce1b4709cf572f4450880ad (diff)
parentf71e34ccab4453b7cf05dc035c9885f577dd6feb (diff)
downloadservo-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.toml2
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"