Skip to content

Commit

Permalink
build(deps): Bump the opentelemetry group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the opentelemetry group with 3 updates: [tonic](https://github.com/hyperium/tonic), [tracing](https://github.com/tokio-rs/tracing) and [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry).


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)

Updates `tracing` from 0.1.37 to 0.1.39
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.37...tracing-0.1.39)

Updates `tracing-opentelemetry` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
- dependency-name: tracing-opentelemetry
  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 Oct 16, 2023
1 parent 386e8ce commit 6f4519e
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 19 deletions.
73 changes: 57 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ reqwest = { version = "0.11", features = ["rustls-tls-webpki-roots"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
tokio = { version = "1", features = ["fs", "macros", "net", "rt", "time", "tracing"] }
tonic = { version = "0.9.2", features = ["tls-roots"] }
tracing = { version = "0.1.37", features = ["log"] }
tonic = { version = "0.10.2", features = ["tls-roots"] }
tracing = { version = "0.1.39", features = ["log"] }
tracing-attributes = { git="https://github.com/SierraSoftworks/tracing.git" }
tracing-futures = { version = "0.2.5", features = ["futures-03"] }
tracing-opentelemetry = "0.20"
tracing-opentelemetry = "0.21"
tracing-subscriber = { version = "0.3.17", features = ["tracing-log"] }
trust-dns-resolver = { version = "0.23", features = ["tokio-runtime"] }

0 comments on commit 6f4519e

Please sign in to comment.