mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
Prepare for tokio 0.2/hyper 0.13/async-await migration
This commit is contained in:
parent
1cb4a11a7b
commit
1b850b2f41
6 changed files with 499 additions and 543 deletions
|
@ -16,14 +16,15 @@ default = []
|
|||
tls = ["native-tls", "tokio-tls"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
base64 = "0.11"
|
||||
clap = "2.33.0"
|
||||
futures = "0.1.29"
|
||||
hyper = "0.12.35"
|
||||
futures = "0.3"
|
||||
hyper = "0.13"
|
||||
jemallocator = "0"
|
||||
native-tls = { version = "0.2.3", optional = true }
|
||||
tokio = "0.1.22"
|
||||
tokio-tls = { version = "0.2.1", optional = true }
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
tokio-tls = { version = "0.3", optional = true }
|
||||
|
||||
[package.metadata.deb]
|
||||
extended-description = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue