mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 13:37:39 +03:00
Bump
This commit is contained in:
parent
7ff594de3b
commit
8fbcdfc2a7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "doh-proxy"
|
name = "doh-proxy"
|
||||||
version = "0.1.17"
|
version = "0.1.18"
|
||||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||||
description = "A DNS-over-HTTPS (DoH) proxy"
|
description = "A DNS-over-HTTPS (DoH) proxy"
|
||||||
keywords = ["dns","https","doh","proxy"]
|
keywords = ["dns","https","doh","proxy"]
|
||||||
|
@ -18,7 +18,7 @@ tls = ["native-tls", "tokio-tls"]
|
||||||
base64 = "0.10"
|
base64 = "0.10"
|
||||||
clap = "2"
|
clap = "2"
|
||||||
futures = "0.1.27"
|
futures = "0.1.27"
|
||||||
hyper = "0.12.29"
|
hyper = "0.12.30"
|
||||||
jemallocator = "0"
|
jemallocator = "0"
|
||||||
native-tls = { version = "0.2.3", optional = true }
|
native-tls = { version = "0.2.3", optional = true }
|
||||||
tokio = "0.1.21"
|
tokio = "0.1.21"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue