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.
2 parents d3c6da9 + 482c818 commit 249b4e1Copy full SHA for 249b4e1
Cargo.toml
@@ -11,14 +11,14 @@ repository = "https://github.com/hjr3/hyper-timeout"
11
readme = "README.md"
12
13
[dependencies]
14
-hyper = "1.0"
+hyper = "1.1"
15
hyper-util = { version = "0.1", features = ["client-legacy", "http1"] }
16
pin-project-lite = "0.2"
17
-tokio = { version = "1.34.0" }
+tokio = "1.35"
18
tower-service = "0.3"
19
20
[dev-dependencies]
21
-tokio = { version = "1.0.0", features = ["io-std", "io-util", "macros"] }
22
-hyper = { version = "1.0", features = ["http1"] }
+tokio = { version = "1.35", features = ["io-std", "io-util", "macros"] }
+hyper = { version = "1.1", features = ["http1"] }
23
hyper-tls = "0.6"
24
http-body-util = "0.1"
0 commit comments