Skip to content

Commit

Permalink
More min-version fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 22, 2023
1 parent c82f1f2 commit 8367e9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ tokio-util = { version = "0.7.10", default-features = false, features = ["rt"] }
bytes = "1.5.0"
http-body-util = "0.1.0"

futures-util = "0.3.16" # Required to fix minimal-versions
tower = "0.4.1" # Required to fix minimal-versions

# Warp example
warp = "0.3.6"
headers = "0.3.1" # Required to fix min-versions
headers = "0.3.5" # Required to fix minimal-versions
serde_urlencoded = "0.7.1" # Required to fix minimal-versions

# For testing unix signals
[target.'cfg(unix)'.dev-dependencies]
Expand Down

0 comments on commit 8367e9d

Please sign in to comment.