mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
build(deps): bump parking_lot from 0.11.2 to 0.12.0 (#30199)
* build(deps): bump parking_lot from 0.11.2 to 0.12.0 Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.2 to 0.12.0. - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.2...0.12.0) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade parking-log in style and layout_thread* as well --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
65138add46
commit
9c310b6d4e
6 changed files with 18 additions and 45 deletions
53
Cargo.lock
generated
53
Cargo.lock
generated
|
@ -185,7 +185,7 @@ dependencies = [
|
||||||
"objc-foundation",
|
"objc-foundation",
|
||||||
"objc_id",
|
"objc_id",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"parking_lot 0.12.0",
|
"parking_lot",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"winapi",
|
"winapi",
|
||||||
"x11rb",
|
"x11rb",
|
||||||
|
@ -1661,7 +1661,7 @@ dependencies = [
|
||||||
"emath",
|
"emath",
|
||||||
"log",
|
"log",
|
||||||
"nohash-hasher",
|
"nohash-hasher",
|
||||||
"parking_lot 0.12.0",
|
"parking_lot",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3086,7 +3086,7 @@ dependencies = [
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"rayon",
|
"rayon",
|
||||||
|
@ -3132,7 +3132,7 @@ dependencies = [
|
||||||
"mitochondria",
|
"mitochondria",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"quickcheck",
|
"quickcheck",
|
||||||
"range",
|
"range",
|
||||||
"rayon",
|
"rayon",
|
||||||
|
@ -3174,7 +3174,7 @@ dependencies = [
|
||||||
"metrics",
|
"metrics",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"rayon",
|
"rayon",
|
||||||
|
@ -3218,7 +3218,7 @@ dependencies = [
|
||||||
"metrics",
|
"metrics",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"script",
|
"script",
|
||||||
|
@ -3804,7 +3804,7 @@ dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"malloc_size_of",
|
"malloc_size_of",
|
||||||
"malloc_size_of_derive",
|
"malloc_size_of_derive",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"serde",
|
"serde",
|
||||||
"size_of_test",
|
"size_of_test",
|
||||||
"webrender_api",
|
"webrender_api",
|
||||||
|
@ -4272,17 +4272,6 @@ dependencies = [
|
||||||
"stable_deref_trait",
|
"stable_deref_trait",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "parking_lot"
|
|
||||||
version = "0.11.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
||||||
dependencies = [
|
|
||||||
"instant",
|
|
||||||
"lock_api",
|
|
||||||
"parking_lot_core 0.8.6",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parking_lot"
|
name = "parking_lot"
|
||||||
version = "0.12.0"
|
version = "0.12.0"
|
||||||
|
@ -4290,21 +4279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lock_api",
|
"lock_api",
|
||||||
"parking_lot_core 0.9.7",
|
"parking_lot_core",
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "parking_lot_core"
|
|
||||||
version = "0.8.6"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
|
||||||
dependencies = [
|
|
||||||
"cfg-if 1.0.0",
|
|
||||||
"instant",
|
|
||||||
"libc",
|
|
||||||
"redox_syscall 0.2.13",
|
|
||||||
"smallvec",
|
|
||||||
"winapi",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -5022,7 +4997,7 @@ dependencies = [
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"phf",
|
"phf",
|
||||||
"phf_codegen",
|
"phf_codegen",
|
||||||
|
@ -5086,7 +5061,7 @@ dependencies = [
|
||||||
"metrics",
|
"metrics",
|
||||||
"msg",
|
"msg",
|
||||||
"net_traits",
|
"net_traits",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"profile_traits",
|
"profile_traits",
|
||||||
"range",
|
"range",
|
||||||
"script_traits",
|
"script_traits",
|
||||||
|
@ -5881,7 +5856,7 @@ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"new_debug_unreachable",
|
"new_debug_unreachable",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"parking_lot 0.12.0",
|
"parking_lot",
|
||||||
"phf_shared",
|
"phf_shared",
|
||||||
"precomputed-hash",
|
"precomputed-hash",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -5936,7 +5911,7 @@ dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"owning_ref",
|
"owning_ref",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot",
|
||||||
"precomputed-hash",
|
"precomputed-hash",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
@ -7080,7 +7055,7 @@ dependencies = [
|
||||||
"codespan-reporting",
|
"codespan-reporting",
|
||||||
"log",
|
"log",
|
||||||
"naga",
|
"naga",
|
||||||
"parking_lot 0.12.0",
|
"parking_lot",
|
||||||
"profiling",
|
"profiling",
|
||||||
"ron 0.8.0",
|
"ron 0.8.0",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
|
@ -7116,7 +7091,7 @@ dependencies = [
|
||||||
"metal 0.26.0",
|
"metal 0.26.0",
|
||||||
"naga",
|
"naga",
|
||||||
"objc",
|
"objc",
|
||||||
"parking_lot 0.12.0",
|
"parking_lot",
|
||||||
"profiling",
|
"profiling",
|
||||||
"range-alloc",
|
"range-alloc",
|
||||||
"raw-window-handle",
|
"raw-window-handle",
|
||||||
|
|
|
@ -52,7 +52,7 @@ mime_guess = "2.0.3"
|
||||||
mitochondria = "1.1.2"
|
mitochondria = "1.1.2"
|
||||||
mozangle = "0.3"
|
mozangle = "0.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
parking_lot = "0.11"
|
parking_lot = "0.12"
|
||||||
percent-encoding = "2.0"
|
percent-encoding = "2.0"
|
||||||
proc-macro2 = "1"
|
proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
|
|
|
@ -32,7 +32,7 @@ malloc_size_of = { path = "../malloc_size_of" }
|
||||||
metrics = { path = "../metrics" }
|
metrics = { path = "../metrics" }
|
||||||
msg = { path = "../msg" }
|
msg = { path = "../msg" }
|
||||||
net_traits = { path = "../net_traits" }
|
net_traits = { path = "../net_traits" }
|
||||||
parking_lot = { version = "0.11" }
|
parking_lot = { workspace = true }
|
||||||
profile_traits = { path = "../profile_traits" }
|
profile_traits = { path = "../profile_traits" }
|
||||||
range = { path = "../range" }
|
range = { path = "../range" }
|
||||||
rayon = { workspace = true }
|
rayon = { workspace = true }
|
||||||
|
|
|
@ -31,7 +31,7 @@ malloc_size_of = { path = "../malloc_size_of" }
|
||||||
metrics = { path = "../metrics" }
|
metrics = { path = "../metrics" }
|
||||||
msg = { path = "../msg" }
|
msg = { path = "../msg" }
|
||||||
net_traits = { path = "../net_traits" }
|
net_traits = { path = "../net_traits" }
|
||||||
parking_lot = { version = "0.11" }
|
parking_lot = { workspace = true }
|
||||||
profile_traits = { path = "../profile_traits" }
|
profile_traits = { path = "../profile_traits" }
|
||||||
range = { path = "../range" }
|
range = { path = "../range" }
|
||||||
script = { path = "../script" }
|
script = { path = "../script" }
|
||||||
|
|
|
@ -61,7 +61,7 @@ num-integer = "0.1"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
num_cpus = { version = "1.1.0", optional = true }
|
num_cpus = { version = "1.1.0", optional = true }
|
||||||
owning_ref = "0.4"
|
owning_ref = "0.4"
|
||||||
parking_lot = "0.11"
|
parking_lot = "0.12"
|
||||||
precomputed-hash = "0.1.1"
|
precomputed-hash = "0.1.1"
|
||||||
rayon = "1"
|
rayon = "1"
|
||||||
selectors = { path = "../selectors", features = ["shmem"] }
|
selectors = { path = "../selectors", features = ["shmem"] }
|
||||||
|
|
|
@ -27,8 +27,6 @@ packages = [
|
||||||
"itoa",
|
"itoa",
|
||||||
"libloading",
|
"libloading",
|
||||||
"num-rational",
|
"num-rational",
|
||||||
"parking_lot",
|
|
||||||
"parking_lot_core",
|
|
||||||
"redox_syscall",
|
"redox_syscall",
|
||||||
"ron",
|
"ron",
|
||||||
"time",
|
"time",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue