Skip to content

Commit 4b24573

Browse files
authored
bump hyper to v1.3.0 (#122)
1 parent f1142a4 commit 4b24573

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.2.0"
20+
hyper = "1.3.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, default-features = false, features = ["make", "util"] }
3232

3333
[dev-dependencies]
34-
hyper = { version = "1.2.0", features = ["full"] }
34+
hyper = { version = "1.3.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)