From ba2eb75ddd8b0ef3879c6a0eea7ff79c96432170 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 30 Sep 2017 21:32:39 -0400 Subject: [PATCH] Bump base64 dev-dependency; 0.2 is old --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84bb05e..a7dbc5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ regex = "0.2" bufstream = "0.1" [dev-dependencies] -base64 = "0.2" +base64 = "0.7"