Skip to content

Commit

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

- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.10.2)

---
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 Nov 6, 2023
1 parent 69197c3 commit d62cf1e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 7 deletions.
52 changes: 46 additions & 6 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 @@ -29,7 +29,7 @@ sentry = "0.31"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.33", features = ["sync"] }
tonic = { version = "0.9.2", features = ["tls-roots"] }
tonic = { version = "0.10.2", features = ["tls-roots"] }
tracing = { version = "0.1.37", features = ["log"] }
tracing-attributes = { git="https://github.com/SierraSoftworks/tracing.git" }
tracing-futures = { version = "0.2.5", features = ["futures-03"] }
Expand Down

0 comments on commit d62cf1e

Please sign in to comment.