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 Dec 20, 2023
1 parent 4e3cb73 commit b8af883
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 @@ -35,7 +35,7 @@ serde_json = "1.0"
serde_yaml = "0.9"
shell-words = "1.1"
tokio = { version = "1.35", features = ["rt", "time", "fs", "process", "macros", "signal"] }
tonic = { version = "0.9.2", features = ["tls-roots"] }
tonic = { version = "0.10.2", features = ["tls-roots"] }
tracing = { version = "0.1.40", 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 b8af883

Please sign in to comment.