fix(transport): Bump hyper to 0.14.14 (#813)
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ async-trait = {version = "0.1.13", optional = true}
|
|||||||
|
|
||||||
# transport
|
# transport
|
||||||
h2 = {version = "0.3", optional = true}
|
h2 = {version = "0.3", optional = true}
|
||||||
hyper = {version = "0.14.4", features = ["full"], optional = true}
|
hyper = {version = "0.14.14", features = ["full"], optional = true}
|
||||||
hyper-timeout = {version = "0.4", optional = true}
|
hyper-timeout = {version = "0.4", optional = true}
|
||||||
tokio = {version = "1.0.1", features = ["net"], optional = true}
|
tokio = {version = "1.0.1", features = ["net"], optional = true}
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user