Browse Source

updated deps

pull/3/head
Karan Gauswami 4 years ago
parent
commit
773436691d
  1. 8
      Cargo.toml

8
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"
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.6",default-features=false}
color-eyre = { version = "0.5", default-features = false }

Loading…
Cancel
Save