mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
Update a few dependencies
This commit is contained in:
parent
587c725ca5
commit
0fc3a23d04
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue