Update dependencies (#18)
* update dependencies * tonic-examples: Lock -> Mutex
This commit is contained in:
committed by
Lucio Franco
parent
02d14da3d6
commit
d275785c55
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user