summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2019-09-06 21:35:28 +0200
committerChristian Duerr <contact@christianduerr.com>2019-09-06 19:35:28 +0000
commit20846ef925085e027f99aa37f2e12b597750bdc3 (patch)
treefeb267a6989903fc2931832a16a7f87aad6a9b9c /alacritty_terminal
parentdb63c31554c01667b0b8b100dea0fa35e3094e07 (diff)
Update and dedupe parking_lot to 0.9
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index fb18468b..4b3b98ea 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -14,7 +14,7 @@ libc = "0.2"
notify = "4"
bitflags = "1"
font = { path = "../font" }
-parking_lot = "0.8"
+parking_lot = "0.9"
serde = "1"
serde_derive = "1"
serde_yaml = "0.8"