bump parking_lot 0.11 to 0.12
This commit is contained in:
parent
c115ec11d2
commit
383b715163
@ -3416,7 +3416,7 @@ dependencies = [
|
|||||||
"libc",
|
"libc",
|
||||||
"measureme",
|
"measureme",
|
||||||
"memmap2",
|
"memmap2",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot 0.12.1",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"rustc-rayon",
|
"rustc-rayon",
|
||||||
"rustc-rayon-core",
|
"rustc-rayon-core",
|
||||||
@ -4135,7 +4135,7 @@ dependencies = [
|
|||||||
name = "rustc_query_system"
|
name = "rustc_query_system"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"parking_lot 0.11.2",
|
"parking_lot 0.12.1",
|
||||||
"rustc-rayon-core",
|
"rustc-rayon-core",
|
||||||
"rustc_ast",
|
"rustc_ast",
|
||||||
"rustc_data_structures",
|
"rustc_data_structures",
|
||||||
|
@ -35,7 +35,7 @@ elsa = "=1.7.1"
|
|||||||
itertools = "0.10.1"
|
itertools = "0.10.1"
|
||||||
|
|
||||||
[dependencies.parking_lot]
|
[dependencies.parking_lot]
|
||||||
version = "0.11"
|
version = "0.12"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.windows]
|
[target.'cfg(windows)'.dependencies.windows]
|
||||||
version = "0.48.0"
|
version = "0.48.0"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[lib]
|
[lib]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parking_lot = "0.11"
|
parking_lot = "0.12"
|
||||||
rustc_ast = { path = "../rustc_ast" }
|
rustc_ast = { path = "../rustc_ast" }
|
||||||
rustc_data_structures = { path = "../rustc_data_structures" }
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
||||||
rustc_errors = { path = "../rustc_errors" }
|
rustc_errors = { path = "../rustc_errors" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user