From 8e7af7b9f1ce2bb90230bdc750b9b38a6a76a843 Mon Sep 17 00:00:00 2001 From: golem131 Date: Wed, 29 Nov 2017 01:59:01 +0300 Subject: [PATCH] chore(lib): update base64 and futures versions - base64 0.6 -> 0.8 - futures 0.1.14 -> 0.1.17 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 183daa47ed..d39b8e72bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,9 @@ include = [ ] [dependencies] -base64 = "0.6" +base64 = "0.8" bytes = "0.4.4" -futures = "0.1.14" +futures = "0.1.17" futures-cpupool = "0.1.6" http = { version = "0.1", optional = true } httparse = "1.0"