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
16ab626cc2
commit
054beb390c
3 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ tls = ["libdoh/tls"]
|
|||
|
||||
[dependencies]
|
||||
libdoh = { path = "src/libdoh", version = "0.9.0", default-features = false }
|
||||
clap = { version = "3.0.0", features = ["std", "cargo", "wrap_help"] }
|
||||
clap = { version = "3.1.5", features = ["std", "cargo", "wrap_help"] }
|
||||
dnsstamps = "0.1.9"
|
||||
jemallocator = "0.3.2"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ pub fn parse_opts(globals: &mut Globals) {
|
|||
let err_ttl = ERR_TTL.to_string();
|
||||
|
||||
let _ = include_str!("../Cargo.toml");
|
||||
let options = app_from_crate!()
|
||||
let options = command!()
|
||||
.arg(
|
||||
Arg::new("hostname")
|
||||
.short('H')
|
||||
|
|
|
@ -15,18 +15,18 @@ default = ["tls"]
|
|||
tls = ["tokio-rustls"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.44"
|
||||
arc-swap = "1.4.0"
|
||||
anyhow = "1.0.55"
|
||||
arc-swap = "1.5.0"
|
||||
base64 = "0.13.0"
|
||||
byteorder = "1.4.3"
|
||||
bytes = "1.1.0"
|
||||
futures = "0.3.17"
|
||||
futures = "0.3.21"
|
||||
hpke = "0.5.1"
|
||||
hyper = { version = "0.14.14", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||
hyper = { version = "0.14.17", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||
odoh-rs = "1.0.0-alpha.1"
|
||||
rand = "0.8.4"
|
||||
tokio = { version = "1.13.0", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] }
|
||||
tokio-rustls = { version = "0.23.0", features = ["early-data"], optional = true }
|
||||
rand = "0.8.5"
|
||||
tokio = { version = "1.17.0", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] }
|
||||
tokio-rustls = { version = "0.23.2", features = ["early-data"], optional = true }
|
||||
rustls-pemfile = "0.3.0"
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue