summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2019-08-18 04:46:29 +0200
committerChristian Duerr <contact@christianduerr.com>2019-08-18 02:46:29 +0000
commita8692983f522e9bd37911d14dc441391a7ee2f50 (patch)
treedf0f987564c5a4b58933acdb5e4928990a478b8a /alacritty_terminal
parentd9d698614ce828ba96ae101f280b37c5c80f607b (diff)
Update depedencies
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 464a1370..fb18468b 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.7"
+parking_lot = "0.8"
serde = "1"
serde_derive = "1"
serde_yaml = "0.8"
@@ -28,7 +28,7 @@ glutin = { version = "0.21.0", features = ["icon_loading"] }
base64 = "0.10.0"
static_assertions = "0.3.0"
terminfo = "0.6.1"
-url = "1.7.1"
+url = "2"
crossbeam-channel = "0.3.8"
copypasta = { path = "../copypasta" }
rfind_url = "0.4.0"