Skip to content

Commit 04f0981

Browse files
authored
chore(dependencies): update http to 0.2.7 (#3372)
This is required to use HeaderName::from_static in a const
1 parent 0c7d03e commit 04f0981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include = [
2323
bytes = "1"
2424
futures-channel = "0.3"
2525
futures-util = { version = "0.3", default-features = false }
26-
http = "0.2"
26+
http = "0.2.7"
2727
http-body = "=1.0.0-rc.2"
2828
pin-project-lite = "0.2.4"
2929
tokio = { version = "1.13", features = ["sync"] }

0 commit comments

Comments
 (0)