summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2021-02-24 18:52:35 +0100
committerGitHub <noreply@github.com>2021-02-24 17:52:35 +0000
commit8409d7d5e2161b92f71a88a4c27b11d33ce664ed (patch)
tree97ca797416b803bc5e54e3efd025b663c001d35f /alacritty_terminal/Cargo.toml
parent9575aed68197ba783e50b922a6c3f9a78b8c7048 (diff)
downloadalacritty-8409d7d5e2161b92f71a88a4c27b11d33ce664ed.tar.gz
alacritty-8409d7d5e2161b92f71a88a4c27b11d33ce664ed.zip
Bump base64 to 0.13.0
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 9fae1557..c29362e7 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -23,7 +23,7 @@ mio = "0.6.20"
mio-extras = "2"
log = "0.4"
unicode-width = "0.1"
-base64 = "0.12.0"
+base64 = "0.13.0"
regex-automata = "0.1.9"
dirs = "3.0.1"