We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19040f1 commit e8df045Copy full SHA for e8df045
1 file changed
src/libdoh/Cargo.toml
@@ -21,7 +21,7 @@ base64 = "0.21.0"
21
byteorder = "1.4.3"
22
bytes = "1.4.0"
23
futures = "0.3.28"
24
-hyper = { version = "0.14.25", default-features = false, features = ["server", "http1", "http2", "stream"] }
+hyper = { version = "0.14.26", default-features = false, features = ["server", "http1", "http2", "stream"] }
25
odoh-rs = "1.0.1"
26
rand = "0.8.5"
27
tokio = { version = "1.27.0", features = ["net", "rt-multi-thread", "time", "sync"] }
0 commit comments