mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +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 = """\
|
||||
|
|
|
@ -15,13 +15,13 @@ default = []
|
|||
tls = ["tokio-rustls"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
byteorder = "1.3"
|
||||
base64 = "0.12"
|
||||
futures = "0.3"
|
||||
hyper = { version = "0.13", default-features = false, features = ["stream"] }
|
||||
tokio = { version = "0.2.13", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
tokio-rustls = { version = "0.13", optional = true }
|
||||
anyhow = "1.0.28"
|
||||
byteorder = "1.3.4"
|
||||
base64 = "0.12.0"
|
||||
futures = "0.3.4"
|
||||
hyper = { version = "0.13.4", default-features = false, features = ["stream"] }
|
||||
tokio = { version = "0.2.18", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
tokio-rustls = { version = "0.13.0", optional = true }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue