From 499c0d1772459433355442b15fca894a9ca82c6b Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 14 Feb 2017 02:40:19 +0900 Subject: [PATCH] chore(dependencies): update base64 to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9fe1998c..227210a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["web-programming::http-client", "web-programming::http-server"] build = "build.rs" [dependencies] -base64 = "0.3.0" +base64 = "0.4.0" futures = "0.1.7" futures-cpupool = "0.1" httparse = "1.0"