mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 14:07:37 +03:00
Update deps; tokio now require the "time" feature
This commit is contained in:
parent
b281555860
commit
2e95a50f9f
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
|
||||||
libdoh = { path = "src/libdoh", version = "0.3.3" }
|
libdoh = { path = "src/libdoh", version = "0.3.3" }
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
jemallocator = "0.3.2"
|
jemallocator = "0.3.2"
|
||||||
tokio = { version = "1.0.2", features = ["net", "rt-multi-thread", "parking_lot"] }
|
tokio = { version = "1.2.0", features = ["net", "rt-multi-thread", "parking_lot", "time"] }
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
extended-description = """\
|
extended-description = """\
|
||||||
|
|
|
@ -19,8 +19,8 @@ anyhow = "1.0.38"
|
||||||
byteorder = "1.4.2"
|
byteorder = "1.4.2"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
futures = "0.3.12"
|
futures = "0.3.12"
|
||||||
hyper = { version = "0.14.2", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
hyper = { version = "0.14.4", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||||
tokio = { version = "1.0.2", features = ["net", "rt-multi-thread", "parking_lot"] }
|
tokio = { version = "1.2.0", features = ["net", "rt-multi-thread", "parking_lot", "time"] }
|
||||||
tokio-rustls = { version = "0.22.0", optional = true }
|
tokio-rustls = { version = "0.22.0", optional = true }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue