Skip to content

Commit

Permalink
chore(deps): Bump tonic from 0.11.0 to 0.12.1 (#81)
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.11.0 to 0.12.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 2, 2024
1 parent 3de1621 commit ac50ed0
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 13 deletions.
143 changes: 131 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ opentelemetry = { version = "0.20.0", features = ["trace", "rt-tokio"] }
opentelemetry-otlp = { version = "0.16.0", features = [
"tokio",
], optional = true }
tonic = { version = "0.11", optional = true }
tonic = { version = "0.12", optional = true }
thiserror = "1.0.62"
anyhow = "1.0.86"

Expand Down

0 comments on commit ac50ed0

Please sign in to comment.