mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 05:57:38 +03:00
Update deps
This commit is contained in:
parent
25d1261730
commit
a60ced8782
2 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ tls = ["libdoh/tls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libdoh = { path = "src/libdoh", version = "0.9.4", default-features = false }
|
libdoh = { path = "src/libdoh", version = "0.9.4", default-features = false }
|
||||||
clap = { version = "3.1.18", features = ["std", "cargo", "wrap_help"] }
|
clap = { version = "3.2.22", features = ["std", "cargo", "wrap_help"] }
|
||||||
dnsstamps = "0.1.9"
|
dnsstamps = "0.1.9"
|
||||||
mimalloc = { version = "0.1.29", default-features = false }
|
mimalloc = { version = "0.1.29", default-features = false }
|
||||||
|
|
||||||
|
|
|
@ -15,19 +15,19 @@ default = ["tls"]
|
||||||
tls = ["tokio-rustls"]
|
tls = ["tokio-rustls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.58"
|
anyhow = "1.0.65"
|
||||||
arc-swap = "1.5.0"
|
arc-swap = "1.5.1"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
bytes = "1.1.0"
|
bytes = "1.2.1"
|
||||||
futures = "0.3.21"
|
futures = "0.3.24"
|
||||||
hpke = "0.5.1"
|
hpke = "0.5.1"
|
||||||
hyper = { version = "0.14.19", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
hyper = { version = "0.14.20", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
||||||
odoh-rs = "1.0.0-alpha.1"
|
odoh-rs = "1.0.0-alpha.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tokio = { version = "1.19.2", features = ["net", "rt-multi-thread", "time", "sync"] }
|
tokio = { version = "1.21.1", features = ["net", "rt-multi-thread", "time", "sync"] }
|
||||||
tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true }
|
tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true }
|
||||||
rustls-pemfile = "1.0.0"
|
rustls-pemfile = "1.0.1"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue