Skip to content

Commit a613a56

Browse files
authored
Update parking_lot. (#2639)
1 parent 6fadbde commit a613a56

File tree

4 files changed

+83
-18
lines changed

4 files changed

+83
-18
lines changed

Cargo.lock

Lines changed: 79 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wgpu-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ codespan-reporting = "0.11"
3030
copyless = "0.1"
3131
fxhash = "0.2"
3232
log = "0.4"
33-
parking_lot = "0.11"
33+
parking_lot = "0.12"
3434
profiling = { version = "1", default-features = false }
3535
raw-window-handle = { version = "0.4", optional = true }
3636
ron = { version = "0.7", optional = true }

wgpu-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ required-features = ["gles"]
3131

3232
[dependencies]
3333
bitflags = "1.0"
34-
parking_lot = "0.11"
34+
parking_lot = "0.12"
3535
profiling = { version = "1", default-features = false }
3636
raw-window-handle = "0.4"
3737
thiserror = "1"

wgpu/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ version = "0.12"
112112
[dependencies]
113113
arrayvec = "0.7"
114114
log = "0.4"
115-
parking_lot = "0.11"
115+
parking_lot = "0.12"
116116
raw-window-handle = "0.4"
117117
serde = { version = "1", features = ["derive"], optional = true }
118118
smallvec = "1"
@@ -283,8 +283,7 @@ web-sys = { version = "0.3.53", features = [
283283
]}
284284
js-sys = "0.3.50"
285285
wasm-bindgen-futures = "0.4.23"
286-
# enable parking_lot's wasm-bindgen feature so that it, in turn, enables that of crate `instant`
287-
parking_lot = { version = "0.11", features = ["wasm-bindgen"] }
286+
parking_lot = "0.12"
288287

289288
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
290289
console_error_panic_hook = "0.1.6"

0 commit comments

Comments
 (0)