mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +01:00
Update parking_lot.
This commit is contained in:
parent
d9a1a9ddc1
commit
a24a4f0608
8 changed files with 14 additions and 14 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue