Skip to content

Commit

Permalink
chore(deps): bump the opentelemetry group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the opentelemetry group with 2 updates: [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) and [tonic](https://github.com/hyperium/tonic).


Updates `opentelemetry_sdk` from 0.21.1 to 0.21.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.21.1...v0.21.2)

Updates `tonic` from 0.9.2 to 0.10.2
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.10.2)

---
updated-dependencies:
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
- 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 Jan 15, 2024
1 parent 726c7b7 commit b5163ed
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 9 deletions.
56 changes: 48 additions & 8 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 b5163ed

Please sign in to comment.