Skip to content

Commit 249b4e1

Browse files
authored
Merge pull request #27 from ikrivosheev/faeture/upgrade_deps
Upgraded deps
2 parents d3c6da9 + 482c818 commit 249b4e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repository = "https://github.com/hjr3/hyper-timeout"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
hyper = "1.0"
14+
hyper = "1.1"
1515
hyper-util = { version = "0.1", features = ["client-legacy", "http1"] }
1616
pin-project-lite = "0.2"
17-
tokio = { version = "1.34.0" }
17+
tokio = "1.35"
1818
tower-service = "0.3"
1919

2020
[dev-dependencies]
21-
tokio = { version = "1.0.0", features = ["io-std", "io-util", "macros"] }
22-
hyper = { version = "1.0", features = ["http1"] }
21+
tokio = { version = "1.35", features = ["io-std", "io-util", "macros"] }
22+
hyper = { version = "1.1", features = ["http1"] }
2323
hyper-tls = "0.6"
2424
http-body-util = "0.1"

0 commit comments

Comments
 (0)