From 45439bec310a8cd96b4fc2daae3a09c607cfad92 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 21 Dec 2017 11:27:41 -0500 Subject: [PATCH] chore(lib): update base64 version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73420226..33760433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ include = [ ] [dependencies] -base64 = "0.8" +base64 = "0.9" bytes = "0.4.4" futures = "0.1.17" futures-cpupool = "0.1.6"