diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-06-07 01:07:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 01:07:22 +0300 |
commit | 3233ede028647cede40c661a35507fc7baf22b21 (patch) | |
tree | c627ff15bee0339df4d20415be9ba87d0b877135 /alacritty_terminal | |
parent | 4f5f8412966626771043bd3a90800124fed44ebe (diff) | |
download | alacritty-3233ede028647cede40c661a35507fc7baf22b21.tar.gz alacritty-3233ede028647cede40c661a35507fc7baf22b21.zip |
Update dependencies
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
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] |