From 6850f9511519e6e1bae8abd29f2cd9614318620a Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 18 May 2021 21:10:37 -0700 Subject: [PATCH] Update 'base64' to 0.13'. --- core/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index 246dc308..e976e245 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -33,7 +33,7 @@ num_cpus = "1.0" state = "0.4.1" time = "0.1" memchr = "2" # TODO: Use pear instead. -base64 = "0.12" +base64 = "0.13" pear = "0.1" atty = "0.2"