Skip to content

Commit 383b715

Browse files
committed
bump parking_lot 0.11 to 0.12
1 parent c115ec1 commit 383b715

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3416,7 +3416,7 @@ dependencies = [
34163416
"libc",
34173417
"measureme",
34183418
"memmap2",
3419-
"parking_lot 0.11.2",
3419+
"parking_lot 0.12.1",
34203420
"rustc-hash",
34213421
"rustc-rayon",
34223422
"rustc-rayon-core",
@@ -4135,7 +4135,7 @@ dependencies = [
41354135
name = "rustc_query_system"
41364136
version = "0.0.0"
41374137
dependencies = [
4138-
"parking_lot 0.11.2",
4138+
"parking_lot 0.12.1",
41394139
"rustc-rayon-core",
41404140
"rustc_ast",
41414141
"rustc_data_structures",

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ elsa = "=1.7.1"
3535
itertools = "0.10.1"
3636

3737
[dependencies.parking_lot]
38-
version = "0.11"
38+
version = "0.12"
3939

4040
[target.'cfg(windows)'.dependencies.windows]
4141
version = "0.48.0"

compiler/rustc_query_system/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[lib]
77

88
[dependencies]
9-
parking_lot = "0.11"
9+
parking_lot = "0.12"
1010
rustc_ast = { path = "../rustc_ast" }
1111
rustc_data_structures = { path = "../rustc_data_structures" }
1212
rustc_errors = { path = "../rustc_errors" }

0 commit comments

Comments
 (0)