refactor(http2): move to solicit v0.4

Only minor details in the internals of the `h2` module needed tweaking
for migrating onto the latest version -- `HttpConnect` implementations
are now required to return an error type that implements an
`HttpConnectError` trait.
This commit is contained in:
Marko Lalic
2015-06-26 14:37:11 +02:00
parent 5bf91f09ee
commit 526ce994a3
2 changed files with 28 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ version = "0.6"
optional = true
[dependencies.solicit]
version = "0.3"
version = "0.4"
default-features = false
[dev-dependencies]