aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2019-04-29 14:34:35 +0200
committerPaul Rouget <me@paulrouget.com>2019-05-22 09:55:38 +0200
commit30fb18e7113c108bf93be93f7675a9574fd761a5 (patch)
tree5667ce79060c07708c2dce01074e583da142c7d4 /components/layout
parent415b26e4f11b25b317a37c406c1d6f1fc3709561 (diff)
downloadservo-30fb18e7113c108bf93be93f7675a9574fd761a5.tar.gz
servo-30fb18e7113c108bf93be93f7675a9574fd761a5.zip
Glutin update: dependencies update
Diffstat (limited to 'components/layout')
-rw-r--r--components/layout/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml
index abbd43b3e64..8e8b937d56c 100644
--- a/components/layout/Cargo.toml
+++ b/components/layout/Cargo.toml
@@ -33,7 +33,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.2"
ordered-float = "1.0"
-parking_lot = "0.6"
+parking_lot = "0.7"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
rayon = "1"