summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-06-07 01:07:22 +0300
committerGitHub <noreply@github.com>2020-06-07 01:07:22 +0300
commit3233ede028647cede40c661a35507fc7baf22b21 (patch)
treec627ff15bee0339df4d20415be9ba87d0b877135 /alacritty_terminal
parent4f5f8412966626771043bd3a90800124fed44ebe (diff)
Update dependencies
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 04eba7e5..65a12c6f 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -20,7 +20,7 @@ mio = "0.6.20"
mio-extras = "2"
log = "0.4"
unicode-width = "0.1"
-base64 = "0.11.0"
+base64 = "0.12.0"
terminfo = "0.7.1"
[target.'cfg(unix)'.dependencies]