Skip to content

Commit 02b3a67

Browse files
committed
Update hyper to 0.14.28
1 parent 66c66c7 commit 02b3a67

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

src/libdoh/Cargo.toml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name = "libdoh"
33
version = "0.9.10"
44
authors = ["Frank Denis <github@pureftpd.org>"]
55
description = "DoH and Oblivious DoH library for the rust-doh app"
6-
keywords = ["dns","https","doh","odoh","proxy"]
6+
keywords = ["dns", "https", "doh", "odoh", "proxy"]
77
license = "MIT"
88
homepage = "https://github.com/jedisct1/rust-doh"
99
repository = "https://github.com/jedisct1/rust-doh"
10-
categories = ["asynchronous", "network-programming","command-line-utilities"]
10+
categories = ["asynchronous", "network-programming", "command-line-utilities"]
1111
edition = "2018"
1212

1313
[features]
@@ -21,11 +21,24 @@ base64 = "0.22.0"
2121
byteorder = "1.5.0"
2222
bytes = "1.5.0"
2323
futures = "0.3.30"
24-
hyper = { version = "^0.14.27", default-features = false, features = ["server", "http1", "http2", "stream"] }
24+
hyper = { version = "^0.14.28", default-features = false, features = [
25+
"server",
26+
"http1",
27+
"http2",
28+
"stream",
29+
"runtime",
30+
] }
2531
odoh-rs = "1.0.2"
2632
rand = "0.8.5"
27-
tokio = { version = "1.36.0", features = ["net", "rt-multi-thread", "time", "sync"] }
28-
tokio-rustls = { version = "^0.24.1", features = ["early-data"], optional = true }
33+
tokio = { version = "1.36.0", features = [
34+
"net",
35+
"rt-multi-thread",
36+
"time",
37+
"sync",
38+
] }
39+
tokio-rustls = { version = "^0.24.1", features = [
40+
"early-data",
41+
], optional = true }
2942
rustls-pemfile = "^1.0.4"
3043

3144
[profile.release]

0 commit comments

Comments
 (0)