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
98d1a8c8d7
commit
d12defaf2c
2 changed files with 4 additions and 4 deletions
|
@ -17,11 +17,11 @@ tls = ["native-tls", "tokio-tls"]
|
|||
[dependencies]
|
||||
base64 = "0.10"
|
||||
clap = "2.33.0"
|
||||
futures = "0.1.27"
|
||||
hyper = "0.12.30"
|
||||
futures = "0.1.28"
|
||||
hyper = "0.12.33"
|
||||
jemallocator = "0"
|
||||
native-tls = { version = "0.2.3", optional = true }
|
||||
tokio = "0.1.21"
|
||||
tokio = "0.1.22"
|
||||
tokio-current-thread = "0.1.6"
|
||||
tokio-timer = "0.2.11"
|
||||
tokio-tls = { version = "0.2.1", optional = true }
|
||||
|
|
|
@ -23,7 +23,7 @@ use native_tls::{self, Identity};
|
|||
use std::fs::File;
|
||||
|
||||
#[cfg(feature = "tls")]
|
||||
use std::io::{self, Read};
|
||||
use std::io::Read;
|
||||
|
||||
#[cfg(feature = "tls")]
|
||||
use std::path::{Path, PathBuf};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue