Skip to content

Commit

Permalink
chore(deps): update rust crate tonic-build to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 3b5dcec commit b87dde9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ tonic = {version = "0.10", features = ["tls"]}
[target.'cfg(not(target_env = "msvc"))'.build-dependencies]
chrono = "0.4"
protobuf-src = "1"
tonic-build = "0.10"
tonic-build = "0.11"

[build-dependencies]
chrono = "0.4"
tonic-build = "0.10"
tonic-build = "0.11"

0 comments on commit b87dde9

Please sign in to comment.