mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Update deps
This commit is contained in:
parent
d0dc5d45e3
commit
eadb2eeec2
1 changed files with 7 additions and 6 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -4,9 +4,10 @@ version = "0.1.0"
|
|||
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||
|
||||
[dependencies]
|
||||
hyper = "*"
|
||||
futures-await = "*"
|
||||
tokio-core = "*"
|
||||
tokio-io = "*"
|
||||
tokio-timer = "*"
|
||||
clippy = {version = ">=0", optional = true}
|
||||
clap = "^2"
|
||||
futures-await = "^0.1"
|
||||
hyper = "^0.11"
|
||||
tokio-core = "^0.1"
|
||||
tokio-io = "^0.1"
|
||||
tokio-timer = "^0.1"
|
||||
clippy = {version = ">=0", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue