chore(lib): update base64 and futures versions

- base64 0.6 -> 0.8
- futures 0.1.14 -> 0.1.17
This commit is contained in:
golem131
2017-11-29 01:59:01 +03:00
committed by Sean McArthur
parent bfae7cfa21
commit 8e7af7b9f1

View File

@@ -19,9 +19,9 @@ include = [
] ]
[dependencies] [dependencies]
base64 = "0.6" base64 = "0.8"
bytes = "0.4.4" bytes = "0.4.4"
futures = "0.1.14" futures = "0.1.17"
futures-cpupool = "0.1.6" futures-cpupool = "0.1.6"
http = { version = "0.1", optional = true } http = { version = "0.1", optional = true }
httparse = "1.0" httparse = "1.0"