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 0a3d095 commit 3b01cafCopy full SHA for 3b01caf
Cargo.toml
@@ -67,7 +67,7 @@ hex-literal = "0.4"
67
wasm-bindgen-test = "0.3.50"
68
69
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
70
-hyper = { version = "1", default-features = false, features = ["server"] }
+hyper = { version = "1.4", default-features = false, features = ["server"] }
71
hyper-util = { version = "0.1", features = ["full"] }
72
http-body-util = "0.1"
73
tokio = { version = "1.0", features = ["full"] }
0 commit comments