mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Fix CI (#2086)
- Use exactly version 1.0.0-rc.3 of hyper - Update expected output of UI tests - Fix clippy lints Signed-off-by: hi-rustin <[email protected]>
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ tower-layer = "0.3.2"
|
||||
tower-service = "0.3"
|
||||
|
||||
# wont need this when axum uses http-body 1.0
|
||||
hyper1 = { package = "hyper", version = "1.0.0-rc.3", features = ["server", "http1"] }
|
||||
hyper1 = { package = "hyper", version = "=1.0.0-rc.3", features = ["server", "http1"] }
|
||||
tower-hyper-http-body-compat = { version = "0.1.4", features = ["server", "http1"] }
|
||||
|
||||
# optional dependencies
|
||||
|
||||
Reference in New Issue
Block a user