Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Nov 18, 2023
1 parent abe0e3a commit 5494c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
hyper = { version = "1.0", features = ["server", "http1"] }
http-body-util = "0.1"
hyper-util = { git = "https://github.com/hyperium/hyper-util" }
hyper-util = { version = "0.1.1", features = ["full"] }

[build-dependencies]
version_check = "0.9"
Expand Down

0 comments on commit 5494c8a

Please sign in to comment.