Skip to content

Commit

Permalink
Upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrivosheev committed Jan 14, 2024
1 parent d3c6da9 commit 482c818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ repository = "https://github.com/hjr3/hyper-timeout"
readme = "README.md"

[dependencies]
hyper = "1.0"
hyper = "1.1"
hyper-util = { version = "0.1", features = ["client-legacy", "http1"] }
pin-project-lite = "0.2"
tokio = { version = "1.34.0" }
tokio = "1.35"
tower-service = "0.3"

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

0 comments on commit 482c818

Please sign in to comment.