From 8409d7d5e2161b92f71a88a4c27b11d33ce664ed Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Wed, 24 Feb 2021 18:52:35 +0100 Subject: Bump base64 to 0.13.0 --- alacritty_terminal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty_terminal') 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" -- cgit