diff options
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" |