mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-04 05:27:36 +03:00
Bump minimal dependency versions
This commit is contained in:
parent
868c41b9b8
commit
87954b5012
2 changed files with 10 additions and 10 deletions
|
@ -17,9 +17,9 @@ tls = ["libdoh/tls"]
|
|||
|
||||
[dependencies]
|
||||
libdoh = { path = "src/libdoh", version = "0.3" }
|
||||
clap = "2"
|
||||
jemallocator = "0"
|
||||
tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
clap = "2.33.0"
|
||||
jemallocator = "0.3.2"
|
||||
tokio = { version = "0.2.18", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
|
||||
[package.metadata.deb]
|
||||
extended-description = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue