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
11d8f4cb31
commit
b5d525abcd
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@ default = ["tls"]
|
||||||
tls = ["tokio-rustls"]
|
tls = ["tokio-rustls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.69"
|
||||||
arc-swap = "1.6.0"
|
arc-swap = "1.6.0"
|
||||||
base64 = "0.20.0"
|
base64 = "0.20.0"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
bytes = "1.3.0"
|
bytes = "1.4.0"
|
||||||
futures = "0.3.26"
|
futures = "0.3.26"
|
||||||
hyper = { version = "0.14.23", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
hyper = { version = "0.14.24", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||||
odoh-rs = "1.0.1"
|
odoh-rs = "1.0.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tokio = { version = "1.25.0", features = ["net", "rt-multi-thread", "time", "sync"] }
|
tokio = { version = "1.25.0", features = ["net", "rt-multi-thread", "time", "sync"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue