We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ad416 commit 7d1c3a1Copy full SHA for 7d1c3a1
Cargo.toml
@@ -23,10 +23,10 @@ criterion = "0.5"
23
futures-core = "0.3"
24
futures-executor = "0.3"
25
futures-util = { version = "0.3", default-features = false }
26
-hyper = { version = "1.3", default-features = false }
27
-hyper-util = "0.1"
28
http = { version = "1.1", default-features = false, features = ["std"] }
29
http-body-util = "0.1"
+hyper = { version = "1.3", default-features = false }
+hyper-util = "0.1"
30
log = "0.4.21"
31
once_cell = "1.13"
32
ordered-float = "4.0"
0 commit comments