Skip to content

Commit 88aaaeb

Browse files
authored
Merge pull request #197 from LiveSplit/dependabot/cargo/parking_lot-0.8.0
Update parking_lot requirement from 0.7.0 to 0.8.0
2 parents baeec4b + e41e588 commit 88aaaeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ livesplit-hotkey = { path = "crates/livesplit-hotkey", version = "0.4.0" }
4141
odds = { version = "0.3.1", default-features = false }
4242
ordered-float = "1.0.0"
4343
palette = { version = "0.4.0", default-features = false }
44-
parking_lot = { version = "0.7.0", default-features = false }
44+
parking_lot = { version = "0.8.0", default-features = false }
4545
quick-error = "1.2.2"
4646
quick-xml = { version = "0.14.0", default-features = false }
4747
serde = "1.0.55"

crates/livesplit-hotkey/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ winapi = { version = "0.3.2", features = [
1515
"processthreadsapi",
1616
"winuser"
1717
] }
18-
parking_lot = "0.7.0"
18+
parking_lot = "0.8.0"
1919

2020
[target.'cfg(target_os = "linux")'.dependencies]
2121
x11-dl = "2.18.3"
@@ -24,7 +24,7 @@ promising-future = "0.2.4"
2424

2525
[target.'cfg(target_os = "emscripten")'.dependencies]
2626
stdweb = "0.3.0"
27-
parking_lot = "0.7.0"
27+
parking_lot = "0.8.0"
2828

2929
[dependencies]
3030
quick-error = "1.2.2"

0 commit comments

Comments
 (0)