Skip to content

Commit

Permalink
chore(deps): update rust crate tonic-build to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent c8ef0ed commit 7fc6dce
Show file tree
Hide file tree
Showing 3 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.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ futures-util = "0.3.30"
maybe-async = "0.2.9"

[build-dependencies]
tonic-build = "0.10.2"
tonic-build = "0.11.0"
2 changes: 1 addition & 1 deletion dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ async-stream = "0.3.5"
url = "2.5.0"

[build-dependencies]
tonic-build = "0.10.2"
tonic-build = "0.11.0"

0 comments on commit 7fc6dce

Please sign in to comment.