From 773436691d4d2ceb4326bcc8c3173513573ca2f8 Mon Sep 17 00:00:00 2001 From: Karan Gauswami Date: Wed, 6 Jan 2021 20:32:06 +0530 Subject: [PATCH] updated deps --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 581c520..91f3a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,10 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -futures-util = "0.3.6" +futures-util = "0.3.8" http = "0.2.2" -hyper = {version="0.14",features=["http2","server","tcp"]} -structopt={version="0.3.20",default-features=false} -tokio-socks = "0.5.0" -tokio={version="1.0",features=["macros","rt-multi-thread"]} -color-eyre ={version= "0.5.6",default-features=false} +hyper = { version = "0.14", features = ["http2", "server", "tcp"] } +structopt = { version = "0.3", default-features = false } +tokio-socks = "0.5" +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } +color-eyre = { version = "0.5", default-features = false }