chore: updated and pruned dependencies
This commit is contained in:
parent
f310dbb5de
commit
5d28386c3f
14
Cargo.toml
14
Cargo.toml
@ -23,20 +23,20 @@ name="internal"
|
|||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hyper = { version = "0.14.20", features = ["client"] }
|
hyper = { version = "0.14.20", default-features = false }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
tokio = { version = "1.17.0", features = ["io-util", "rt"] }
|
tokio = { version = "1.17.0", default-features = false }
|
||||||
tracing = "0.1.34"
|
tracing = { default-features = false, version = "0.1.34" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hyper = { version = "0.14.18", features = ["server"] }
|
hyper = { version = "0.14.18", features = ["server"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
async-trait = "0.1.53"
|
async-trait = "0.1.53"
|
||||||
async-tungstenite = { version = "0.17", features = ["tokio-runtime"] }
|
async-tungstenite = { version = "0.18", features = ["tokio-runtime"] }
|
||||||
tokio-test = "0.4.2"
|
tokio-test = "0.4.2"
|
||||||
test-context = "0.1.3"
|
test-context = "0.1.3"
|
||||||
tokiotest-httpserver = "0.2.1"
|
tokiotest-httpserver = "0.2.1"
|
||||||
hyper-trust-dns = { version = "0.4.2", features = [
|
hyper-trust-dns = { version = "0.5.0", features = [
|
||||||
"rustls-http2",
|
"rustls-http2",
|
||||||
"dnssec-ring",
|
"dnssec-ring",
|
||||||
"dns-over-https-rustls",
|
"dns-over-https-rustls",
|
||||||
@ -45,8 +45,8 @@ hyper-trust-dns = { version = "0.4.2", features = [
|
|||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tungstenite = "0.17"
|
tungstenite = "0.17"
|
||||||
url = "2.2"
|
url = "2.2"
|
||||||
criterion = "0.3.5"
|
criterion = "0.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
||||||
__bench=[]
|
__bench=[]
|
||||||
|
Loading…
Reference in New Issue
Block a user