Skip to content

Commit

Permalink
Fix minimal required version (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Jul 31, 2024
1 parent 749d60a commit 2e7ef2f
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 @@ -28,7 +28,7 @@ hyper = { version = "1.4", features = ["http1", "http2", "server"] }
tokio = { version = "1", features = ["macros", "net", "sync"] }
tower-service = "0.3"
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["server-auto", "tokio"] }
hyper-util = { version = "0.1.2", features = ["server-auto", "tokio"] }
pin-project-lite = "0.2"
tower = { version = "0.4", features = ["util"] }

Expand Down

0 comments on commit 2e7ef2f

Please sign in to comment.