Skip to content

Commit

Permalink
use hyper 0.14 and hyper 1.x in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jan 17, 2024
1 parent 817c9d3 commit 96518cc
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 162 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ seq-macro = "0.3"

[dev-dependencies]
specit = {version = "0.4.0", features = ["tokio"] }
hyper = { version = "0.14", features = [ "client" ] }
# TODO: use hyper 1 in tests
hyper_0_14 = { package = "hyper", version = "0.14", features = [ "client", "stream", "tcp", "http1" ] }
regex = "1.9"
Loading

0 comments on commit 96518cc

Please sign in to comment.