Skip to content

Commit

Permalink
chore(dependencies): update http to 0.2.7 (#3372)
Browse files Browse the repository at this point in the history
This is required to use HeaderName::from_static in a const
  • Loading branch information
jsha authored Oct 23, 2023
1 parent 0c7d03e commit 04f0981
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 @@ -23,7 +23,7 @@ include = [
bytes = "1"
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
http = "0.2"
http = "0.2.7"
http-body = "=1.0.0-rc.2"
pin-project-lite = "0.2.4"
tokio = { version = "1.13", features = ["sync"] }
Expand Down

0 comments on commit 04f0981

Please sign in to comment.