From 6907fd432c8262171d9b796bbf2167a7b1b7fbf7 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Mon, 8 May 2017 15:28:46 -0700 Subject: [PATCH] Update base64 to secure version. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ab87de46..d7c3dc1f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -26,7 +26,7 @@ num_cpus = "1" state = "0.2.1" time = "0.1" memchr = "1" -base64 = "0.5" +base64 = "0.5.2" smallvec = "0.3.3" pear = "0.0.8" pear_codegen = "0.0.8"