From a24a4f0608649ca9a5820020f5353bdb5c610316 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 1 Apr 2022 01:33:17 -0400 Subject: [PATCH] Update parking_lot. --- Cargo.lock | 14 +++++++------- components/layout/Cargo.toml | 2 +- components/layout_2020/Cargo.toml | 2 +- components/layout_thread/Cargo.toml | 2 +- components/msg/Cargo.toml | 2 +- components/script/Cargo.toml | 2 +- components/script_layout_interface/Cargo.toml | 2 +- components/style/Cargo.toml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ce1143e523..f0b7eabcd94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3101,7 +3101,7 @@ dependencies = [ "msg", "net_traits", "num-traits", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "profile_traits", "range", "rayon", @@ -3146,7 +3146,7 @@ dependencies = [ "mitochondria", "msg", "net_traits", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "quickcheck", "range", "rayon", @@ -3188,7 +3188,7 @@ dependencies = [ "metrics", "msg", "net_traits", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "profile_traits", "range", "rayon", @@ -3864,7 +3864,7 @@ dependencies = [ "lazy_static", "malloc_size_of", "malloc_size_of_derive", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "serde", "size_of_test", "webrender_api", @@ -5147,7 +5147,7 @@ dependencies = [ "msg", "net_traits", "num-traits", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "percent-encoding", "phf", "phf_codegen", @@ -5210,7 +5210,7 @@ dependencies = [ "metrics", "msg", "net_traits", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "profile_traits", "range", "script_traits", @@ -6048,7 +6048,7 @@ dependencies = [ "num-traits", "num_cpus", "owning_ref", - "parking_lot 0.10.2", + "parking_lot 0.11.0", "precomputed-hash", "rayon", "regex", diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index a6bc544f9b3..44357da95a5 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -31,7 +31,7 @@ malloc_size_of = { path = "../malloc_size_of" } msg = { path = "../msg" } net_traits = { path = "../net_traits" } num-traits = "0.2" -parking_lot = "0.10" +parking_lot = "0.11" profile_traits = { path = "../profile_traits" } range = { path = "../range" } rayon = "1" diff --git a/components/layout_2020/Cargo.toml b/components/layout_2020/Cargo.toml index d32cdc90e39..897f3ea6a06 100644 --- a/components/layout_2020/Cargo.toml +++ b/components/layout_2020/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4" mitochondria = "1.1.2" msg = { path = "../msg" } net_traits = { path = "../net_traits" } -parking_lot = "0.10" +parking_lot = "0.11" range = { path = "../range" } rayon = "1" rayon_croissant = "0.2.0" diff --git a/components/layout_thread/Cargo.toml b/components/layout_thread/Cargo.toml index f0f4734d90e..70598995188 100644 --- a/components/layout_thread/Cargo.toml +++ b/components/layout_thread/Cargo.toml @@ -32,7 +32,7 @@ malloc_size_of = { path = "../malloc_size_of" } metrics = { path = "../metrics" } msg = { path = "../msg" } net_traits = { path = "../net_traits" } -parking_lot = { version = "0.10" } +parking_lot = { version = "0.11" } profile_traits = { path = "../profile_traits" } range = { path = "../range" } rayon = "1" diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index fca04434289..a470bb00c2b 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -17,7 +17,7 @@ ipc-channel = "0.14" lazy_static = "1" malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = "0.1" -parking_lot = "0.10" +parking_lot = "0.11" serde = "1.0.60" webrender_api = { git = "https://github.com/servo/webrender" } diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 138627ae2cf..e18354c5bea 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -78,7 +78,7 @@ mitochondria = "1.1.2" msg = { path = "../msg" } net_traits = { path = "../net_traits" } num-traits = "0.2" -parking_lot = "0.10" +parking_lot = "0.11" percent-encoding = "2.0" phf = "0.8" pixels = { path = "../pixels" } diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml index cff99b143bb..bdb71b1428f 100644 --- a/components/script_layout_interface/Cargo.toml +++ b/components/script_layout_interface/Cargo.toml @@ -26,7 +26,7 @@ malloc_size_of_derive = "0.1" metrics = { path = "../metrics" } msg = { path = "../msg" } net_traits = { path = "../net_traits" } -parking_lot = "0.10" +parking_lot = "0.11" profile_traits = { path = "../profile_traits" } range = { path = "../range" } script_traits = { path = "../script_traits" } diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 6fa7a503cdf..def4a9f6dcf 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -56,7 +56,7 @@ num-integer = "0.1" num-traits = "0.2" num_cpus = { version = "1.1.0", optional = true } owning_ref = "0.4" -parking_lot = "0.10" +parking_lot = "0.11" precomputed-hash = "0.1.1" rayon = "1" selectors = { path = "../selectors" }