Skip to content

Commit

Permalink
build(deps): Bump tracing-opentelemetry from 0.17.4 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing) from 0.17.4 to 0.18.0.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-opentelemetry-0.17.4...tracing-opentelemetry-0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2023
1 parent 0b1b86d commit 1ff5241
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 7 deletions.
83 changes: 77 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 @@ -17,5 +17,5 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.92"
tokio = { version = "1.25.0", features = ["full", "tracing"] }
tracing = "0.1"
tracing-opentelemetry = "0.17.2"
tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3", features = ["json"] }

0 comments on commit 1ff5241

Please sign in to comment.