summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-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"