Update a few dependencies

This commit is contained in:
Frank Denis 2019-04-19 20:51:20 +02:00
parent 587c725ca5
commit 0fc3a23d04

View file

@ -13,9 +13,9 @@ edition = "2018"
[dependencies]
base64 = "0.10"
clap = "2"
futures = "0.1.25"
hyper = "0.12.25"
jemallocator = "0.1"
tokio = "0.1.17"
tokio-current-thread = "0.1.5"
futures = "0.1.26"
hyper = "0.12.27"
jemallocator = "0.3.0"
tokio = "0.1.18"
tokio-current-thread = "0.1.6"
tokio-timer = "0.2.10"