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 62ceda7 commit 3b542c0Copy full SHA for 3b542c0
Cargo.toml
@@ -17,7 +17,7 @@ features = ["full"]
17
rustdoc-args = ["--cfg", "docsrs"]
18
19
[dependencies]
20
-hyper = "1.1.0"
+hyper = "1.2.0"
21
futures-util = { version = "0.3.16", default-features = false }
22
http = "1.0"
23
http-body = "1.0.0"
@@ -31,7 +31,7 @@ tower-service ={ version = "0.3", optional = true }
31
tower = { version = "0.4.1", optional = true, features = ["make", "util"] }
32
33
[dev-dependencies]
34
-hyper = { version = "1.1.0", features = ["full"] }
+hyper = { version = "1.2.0", features = ["full"] }
35
bytes = "1"
36
http-body-util = "0.1.0"
37
tokio = { version = "1", features = ["macros", "test-util"] }
0 commit comments