aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
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 00598357..43ee2703 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -17,11 +17,11 @@ parking_lot = "0.9"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
vte = "0.3"
-mio = "0.6"
+mio = "0.6.20"
mio-extras = "2"
log = "0.4"
unicode-width = "0.1"
-base64 = "0.10.0"
+base64 = "0.11.0"
terminfo = "0.6.1"
url = "2"
copypasta = { path = "../copypasta" }