Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
chore(deps): update rust crate tonic-build to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 31, 2023
1 parent bd3f60d commit 512acc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ tracing-subscriber = "0.3.16"
uuid = { version = "1.3.0", features = ["v4"] }

[build-dependencies]
tonic-build = { version = "0.7.2", features = ["compression", "prost"] }
tonic-build = { version = "0.9.0", features = ["compression", "prost"] }

[features]

0 comments on commit 512acc8

Please sign in to comment.