mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 21:17:36 +03:00
Bump and require specific versions for tokio/futures/hyper
This commit is contained in:
parent
b3587f9694
commit
4e4f9aeea8
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "doh-proxy"
|
||||
version = "0.1.12"
|
||||
version = "0.1.13"
|
||||
authors = ["Frank Denis <github@pureftpd.org>"]
|
||||
description = "A DNS-over-HTTPS (DoH) proxy"
|
||||
keywords = ["dns","https","doh","proxy"]
|
||||
|
@ -13,9 +13,9 @@ edition = "2018"
|
|||
[dependencies]
|
||||
base64 = "0.10"
|
||||
clap = "2"
|
||||
futures = "0.1"
|
||||
hyper = "0.12"
|
||||
futures = "0.1.25"
|
||||
hyper = "0.12.25"
|
||||
jemallocator = "0.1"
|
||||
tokio = "0.1"
|
||||
tokio-current-thread = "0.1"
|
||||
tokio-timer = "0.2"
|
||||
tokio = "0.1.17"
|
||||
tokio-current-thread = "0.1.5"
|
||||
tokio-timer = "0.2.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue