Update parking_lot.

This commit is contained in:
Josh Matthews 2022-04-01 01:33:17 -04:00
parent d9a1a9ddc1
commit a24a4f0608
8 changed files with 14 additions and 14 deletions

14
Cargo.lock generated
View file

@ -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",