Skip to content

Commit

Permalink
chore(deps): bump tonic-build from 0.10.2 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 4a31559 commit d48f3c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 bria-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prost-wkt-types = { workspace = true }

[build-dependencies]
protobuf-src = { version = "1.1.0" }
tonic-build = { version = "0.10.2", features = ["prost"] }
tonic-build = { version = "0.11.0", features = ["prost"] }

[dev-dependencies]
anyhow = "1.0.70"
Expand Down
2 changes: 1 addition & 1 deletion price-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async-trait = { workspace = true }

[build-dependencies]
protobuf-src = { version = "1.1.0" }
tonic-build = { version = "0.10.2", features = ["prost"] }
tonic-build = { version = "0.11.0", features = ["prost"] }

[dev-dependencies]
anyhow = "1.0.70"
Expand Down
2 changes: 1 addition & 1 deletion quotes-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tokio = { workspace = true }

[build-dependencies]
protobuf-src = { version = "1.1.0" }
tonic-build = { version = "0.10", features = ["prost"] }
tonic-build = { version = "0.11", features = ["prost"] }

[dev-dependencies]
anyhow = "1.0.70"
Expand Down

0 comments on commit d48f3c4

Please sign in to comment.