mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Update deps
This commit is contained in:
parent
d535650ed4
commit
cf8ba631e6
2 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ tls = ["libdoh/tls"]
|
|||
|
||||
[dependencies]
|
||||
libdoh = { path = "src/libdoh", version = "0.3.3" }
|
||||
clap = "2.33.1"
|
||||
clap = "2.33.3"
|
||||
jemallocator = "0.3.2"
|
||||
tokio = { version = "0.2.21", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
|
||||
|
|
|
@ -15,13 +15,13 @@ default = []
|
|||
tls = ["tokio-rustls"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.31"
|
||||
anyhow = "1.0.32"
|
||||
byteorder = "1.3.4"
|
||||
base64 = "0.12.1"
|
||||
base64 = "0.12.3"
|
||||
futures = "0.3.5"
|
||||
hyper = { version = "0.13.5", default-features = false, features = ["stream"] }
|
||||
tokio = { version = "0.2.21", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
tokio-rustls = { version = "0.13.1", optional = true }
|
||||
hyper = { version = "0.13.7", default-features = false, features = ["stream"] }
|
||||
tokio = { version = "0.2.22", features = ["rt-threaded", "time", "tcp", "udp", "stream", "parking_lot"] }
|
||||
tokio-rustls = { version = "0.14.1", optional = true }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue