Skip to content

Commit 3b542c0

Browse files
magurotunaseanmonstar
authored andcommitted
chore: update hyper to 1.2.0
1 parent 62ceda7 commit 3b542c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ features = ["full"]
1717
rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[dependencies]
20-
hyper = "1.1.0"
20+
hyper = "1.2.0"
2121
futures-util = { version = "0.3.16", default-features = false }
2222
http = "1.0"
2323
http-body = "1.0.0"
@@ -31,7 +31,7 @@ tower-service ={ version = "0.3", optional = true }
3131
tower = { version = "0.4.1", optional = true, features = ["make", "util"] }
3232

3333
[dev-dependencies]
34-
hyper = { version = "1.1.0", features = ["full"] }
34+
hyper = { version = "1.2.0", features = ["full"] }
3535
bytes = "1"
3636
http-body-util = "0.1.0"
3737
tokio = { version = "1", features = ["macros", "test-util"] }

0 commit comments

Comments
 (0)