This commit is contained in:
Frank Denis 2018-07-02 12:41:44 +02:00
parent be07a0aab5
commit 5571b6c405
2 changed files with 109 additions and 56 deletions

View file

@ -13,8 +13,8 @@ categories = ["asynchronous", "network-programming","command-line-utilities"]
base64 = "~0.9"
clap = "~2"
futures = "~0.1"
hyper = "~0.11"
hyper = "~0.12"
tokio = "~0.1"
tokio-io = "~0.1"
tokio-timer = "~0.1"
tokio-timer = "~0.2"
clippy = {version = ">=0", optional = true}