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
e5f6f2a5d6
commit
9e2853da86
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ tls = ["libdoh/tls"]
|
||||||
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
|
libdoh = { path = "src/libdoh", version = "0.9.9", default-features = false }
|
||||||
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
clap = { version = "4", features = ["std", "cargo", "wrap_help", "string"] }
|
||||||
dnsstamps = "0.1.9"
|
dnsstamps = "0.1.9"
|
||||||
mimalloc = { version = "0.1.36", default-features = false }
|
mimalloc = { version = "0.1.37", default-features = false }
|
||||||
|
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
extended-description = """\
|
extended-description = """\
|
||||||
|
|
|
@ -15,7 +15,7 @@ default = ["tls"]
|
||||||
tls = ["tokio-rustls"]
|
tls = ["tokio-rustls"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.70"
|
anyhow = "1.0.71"
|
||||||
arc-swap = "1.6.0"
|
arc-swap = "1.6.0"
|
||||||
base64 = "0.21.0"
|
base64 = "0.21.0"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
|
@ -24,8 +24,8 @@ futures = "0.3.28"
|
||||||
hyper = { version = "0.14.26", default-features = false, features = ["server", "http1", "http2", "stream"] }
|
hyper = { version = "0.14.26", 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.27.0", features = ["net", "rt-multi-thread", "time", "sync"] }
|
tokio = { version = "1.28.0", features = ["net", "rt-multi-thread", "time", "sync"] }
|
||||||
tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true }
|
tokio-rustls = { version = "0.24.0", features = ["early-data"], optional = true }
|
||||||
rustls-pemfile = "1.0.2"
|
rustls-pemfile = "1.0.2"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue