mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Update tokio
This commit is contained in:
parent
6580f6ffb5
commit
ffa0828515
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ futures = "0.3.26"
|
||||||
hyper = { version = "0.14.24", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
hyper = { version = "0.14.24", 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.25.0", features = ["net", "rt-multi-thread", "time", "sync"] }
|
tokio = { version = "1.26.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