Skip to content

Commit

Permalink
Attempt to fix min-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 22, 2023
1 parent a29249a commit c82f1f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ bytes = "1.5.0"
http-body-util = "0.1.0"

# Warp example
warp = "0.3.1"
warp = "0.3.6"
headers = "0.3.1" # Required to fix min-versions

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

0 comments on commit c82f1f2

Please sign in to comment.