diff options
author | Paul Rouget <me@paulrouget.com> | 2019-04-29 14:34:35 +0200 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2019-05-22 09:55:38 +0200 |
commit | 30fb18e7113c108bf93be93f7675a9574fd761a5 (patch) | |
tree | 5667ce79060c07708c2dce01074e583da142c7d4 /components/layout | |
parent | 415b26e4f11b25b317a37c406c1d6f1fc3709561 (diff) | |
download | servo-30fb18e7113c108bf93be93f7675a9574fd761a5.tar.gz servo-30fb18e7113c108bf93be93f7675a9574fd761a5.zip |
Glutin update: dependencies update
Diffstat (limited to 'components/layout')
-rw-r--r-- | components/layout/Cargo.toml | 2 |
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" |