mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Update deps, especially hyper
This commit is contained in:
parent
678bd04bed
commit
6f9f63e754
1 changed files with 4 additions and 4 deletions
|
@ -15,16 +15,16 @@ default = ["tls"]
|
||||||
tls = ["tokio-rustls"]
|
tls = ["tokio-rustls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.69"
|
anyhow = "1.0.70"
|
||||||
arc-swap = "1.6.0"
|
arc-swap = "1.6.0"
|
||||||
base64 = "0.21.0"
|
base64 = "0.21.0"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
bytes = "1.4.0"
|
bytes = "1.4.0"
|
||||||
futures = "0.3.26"
|
futures = "0.3.28"
|
||||||
hyper = { version = "0.14.24", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
hyper = { version = "0.14.25", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||||
odoh-rs = "1.0.1"
|
odoh-rs = "1.0.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tokio = { version = "1.26.0", features = ["net", "rt-multi-thread", "time", "sync"] }
|
tokio = { version = "1.27.0", features = ["net", "rt-multi-thread", "time", "sync"] }
|
||||||
tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true }
|
tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true }
|
||||||
rustls-pemfile = "1.0.2"
|
rustls-pemfile = "1.0.2"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue