Update dependencies (#18)

* update dependencies

* tonic-examples: Lock -> Mutex
This commit is contained in:
Juan Alvarez
2019-10-01 15:04:07 -04:00
committed by Lucio Franco
parent 02d14da3d6
commit d275785c55
5 changed files with 29 additions and 31 deletions
+4 -4
View File
@@ -50,11 +50,11 @@ bytes = "0.4"
prost = "0.5"
prost-derive = "0.5"
tokio = "=0.2.0-alpha.4"
futures-preview = { version = "=0.3.0-alpha.18", default-features = false, features = ["alloc"]}
async-stream = "0.1.1"
tokio = "=0.2.0-alpha.6"
futures-preview = { version = "=0.3.0-alpha.19", default-features = false, features = ["alloc"]}
async-stream = "0.1.2"
http = "0.1"
tower = "0.3.0-alpha.1a"
tower = "0.3.0-alpha.2"
# Required for routeguide
serde = { version = "1.0", features = ["derive"] }