This commit is contained in:
+2
-2
@@ -88,7 +88,7 @@ path = "src/uds/server.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = { path = "../tonic", features = ["tls"] }
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
prost = "0.6"
|
||||
|
||||
tokio = { version = "0.2", features = ["rt-threaded", "time", "stream", "fs", "macros", "uds"] }
|
||||
futures = { version = "0.3", default-features = false, features = ["alloc"]}
|
||||
@@ -108,7 +108,7 @@ tracing-attributes = "0.1"
|
||||
tracing-futures = "0.2"
|
||||
|
||||
# Required for wellknown types
|
||||
prost-types = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
prost-types = "0.6"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = { path = "../tonic-build" }
|
||||
|
||||
@@ -114,7 +114,7 @@ path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = "0.1.0-beta.1"
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
prost = "0.6"
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
@@ -181,7 +181,7 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
|
||||
```toml
|
||||
[dependencies]
|
||||
tonic = "0.1.0-beta.1"
|
||||
prost = { git = "https://github.com/danburkert/prost", branch = "master" }
|
||||
prost = "0.6"
|
||||
futures-core = "0.3"
|
||||
futures-util = "0.3"
|
||||
tokio = { version = "0.2", features = ["macros", "sync", "stream", "time"] }
|
||||
|
||||
Reference in New Issue
Block a user