Skip to content

Commit 95e1460

Browse files
committed
constrain http dep in the 1.2 series due to dubious release practices
See hyperium/http#461 (comment)
1 parent c037791 commit 95e1460

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
@@ -24,7 +24,7 @@ build = "build.rs"
2424
[dependencies]
2525
base64 = { version=">=0.10.1, <0.14" }
2626
bytes = { version=">=0.5.2, <0.6" }
27-
http = { version=">=0.2.0, <0.3" }
27+
http = { version=">=0.2.0, <0.2.3" }
2828
httpdate = { version=">=0.3.2, <0.4" }
2929
httparse = { version=">=1.0, <1.4" }
3030
language-tags = { version=">=0.2, <0.3" }

0 commit comments

Comments
 (0)