Skip to content

Commit

Permalink
chore(deps): Bump tonic from 0.11.0 to 0.12.0 in the opentelemetry group
Browse files Browse the repository at this point in the history
Bumps the opentelemetry group with 1 update: [tonic](https://github.com/hyperium/tonic).


Updates `tonic` from 0.11.0 to 0.12.0
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 9e43e8f commit 25cf4f3
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 44 deletions.
161 changes: 118 additions & 43 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 @@ -19,7 +19,7 @@ reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0.204", features = ["derive", "alloc"] }
serde_yaml = "0.9.34"
tokio = { version = "1.38.0", features = ["macros", "rt", "rt-multi-thread"] }
tonic = { version = "0.11", features = ["tls-webpki-roots"] }
tonic = { version = "0.12", features = ["tls-webpki-roots"] }
tracing = "0.1.40"
tracing-opentelemetry = "0.24.0"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit 25cf4f3

Please sign in to comment.