mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Disable the parking_lot
feature in tokio
.
Mutexes from the standard library have improved in recent Rust versions. On Linux only, though.
This commit is contained in:
parent
fd65582aa6
commit
ff62b6a24b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ hpke = "0.5.1"
|
|||
hyper = { version = "0.14.19", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||
odoh-rs = "1.0.0-alpha.1"
|
||||
rand = "0.8.5"
|
||||
tokio = { version = "1.19.2", features = ["net", "rt-multi-thread", "parking_lot", "time", "sync"] }
|
||||
tokio = { version = "1.19.2", features = ["net", "rt-multi-thread", "time", "sync"] }
|
||||
tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true }
|
||||
rustls-pemfile = "1.0.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue