Skip to content

Commit

Permalink
chore(deps): update rust crate tonic-build to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Jan 27, 2024
1 parent 54f94e6 commit f1d18b9
Showing 1 changed file with 2 additions and 2 deletions.
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.9", features = ["tls"]}
[target.'cfg(not(target_env = "msvc"))'.build-dependencies]
chrono = "0.4"
protobuf-src = "1"
tonic-build = "0.9"
tonic-build = "0.10"

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

0 comments on commit f1d18b9

Please sign in to comment.