mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Update minimal tokio version
0.2.13 seems to be stable
This commit is contained in:
parent
657005b427
commit
868c41b9b8
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
|
|||
libdoh = { path = "src/libdoh", version = "0.3" }
|
||||
clap = "2"
|
||||
jemallocator = "0"
|
||||
tokio = { version = "0.2.11", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
|
||||
[package.metadata.deb]
|
||||
extended-description = """\
|
||||
|
|
|
@ -20,7 +20,7 @@ byteorder = "1.3"
|
|||
base64 = "0.12"
|
||||
futures = "0.3"
|
||||
hyper = { version = "0.13", default-features = false, features = ["stream"] }
|
||||
tokio = { version = "0.2.11", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
tokio-rustls = { version = "0.13", optional = true }
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue