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:
@@ -33,7 +33,7 @@ version = "0.6"
|
||||
optional = true
|
||||
|
||||
[dependencies.solicit]
|
||||
version = "0.3"
|
||||
version = "0.4"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user