Skip to content

Commit

Permalink
chore(dependencies): update http to 0.2.7 (hyperium#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 and 0xE282B0 committed Jan 12, 2024
1 parent 436ecbf commit 660b5e7
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 @@ -27,7 +27,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_wasi = { version = "1", features = ["sync"] }
Expand Down

0 comments on commit 660b5e7

Please sign in to comment.