Skip to content

Commit

Permalink
Use my own fork of hyper.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfriloux committed Mar 29, 2018
1 parent 5b85a05 commit 669cf6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ smallvec = "0.4"
pear = "0.0.11"
pear_codegen = "0.0.11"
rustls = { version = "0.11.0", optional = true }
hyper = { version = "0.10.13", default-features = false }
hyper-sync-rustls = { version = "0.3.0-rc.1", features = ["server"], optional = true }
ordermap = "0.3"
isatty = "0.1"
Expand All @@ -41,6 +40,10 @@ git = "https://github.com/alexcrichton/cookie-rs"
rev = "b8298e"
features = ["percent-encode", "secure"]

[dependencies.hyper]
git = "https://github.com/gfriloux/hyper"
branch = "0.10.x"

[dev-dependencies]
lazy_static = "0.2"
rocket_codegen = { version = "0.4.0-dev", path = "../codegen" }
Expand Down

0 comments on commit 669cf6b

Please sign in to comment.