Skip to content

Commit bbd8791

Browse files
committed
Upgrade tonic and prost to latest
This has the side effect to add the protobuf compiler as a build requirement. It also removes the need for rustfmt during build. Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
1 parent 2be4280 commit bbd8791

File tree

16 files changed

+844
-304
lines changed

16 files changed

+844
-304
lines changed

Cargo.lock

Lines changed: 142 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ lazy_static = "1.4"
3232
log = "0.4"
3333
mockall_double = "0.2.0"
3434
prometheus = { version = "0.12.0", features = ["process"] }
35-
prost = "0.8.0"
36-
prost-types = "0.8.0"
35+
prost = "0.11"
36+
prost-types = "0.11"
3737
rand = "0.8.2"
3838
serde = "1.0.104"
3939
serde_json = "1.0.45"
4040
serde_yaml = "0.8.11"
4141
serde_derive = "1.0.104"
4242
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "fs", "macros", "net"] }
4343
tokio-stream = { version = "0.1", features = ["net"] }
44-
tonic = "0.5.2"
44+
tonic = "0.9.2"
4545
tower = "0.4.8"
4646
url = "2.1.0"
4747
uuid = { version = "0.8.1", features = ["v4"] }
4848

4949
[build-dependencies]
50-
tonic-build = "0.5.2"
50+
tonic-build = "0.9.2"
5151

5252
[dev-dependencies]
5353
# for testing using a simple discovery handler

0 commit comments

Comments
 (0)