remove extra path deps
This commit is contained in:
@@ -32,7 +32,7 @@ prost-derive = "0.5"
|
||||
bytes = "0.4"
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
async-stream = { path = "../../async-stream/async-stream" }
|
||||
async-stream = { git = "https://github.com/tokio-rs/async-stream" }
|
||||
http = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
+3
-3
@@ -24,10 +24,10 @@ pin-project = "0.4.0-alpha.2"
|
||||
hyper = { git = "https://github.com/hyperium/hyper", optional = true}
|
||||
tokio = { version = "=0.2.0-alpha.4", default-features = false, features = ["tcp"], optional = true }
|
||||
tower-make = "=0.1.0-alpha.2"
|
||||
tower-reconnect = { path = "../../tower/tower-reconnect", optional = true }
|
||||
tower-buffer = { path = "../../tower/tower-buffer", optional = true }
|
||||
tower-reconnect = { git = "https://github.com/tower-rs/tower", branch = "lucio/update-reconnect-buffer", optional = true }
|
||||
tower-buffer = { git = "https://github.com/tower-rs/tower", branch = "lucio/update-reconnect-buffer", optional = true }
|
||||
|
||||
# openssl
|
||||
# openssl
|
||||
tokio-openssl = { version = "=0.4.0-alpha.4", optional = true }
|
||||
openssl = { version = "0.10", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user