Skip to content

Commit

Permalink
chore(deps): bump tracing-opentelemetry from 0.20.0 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) from 0.20.0 to 0.22.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.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 14d7d43 commit 05a34d8
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 21 deletions.
93 changes: 73 additions & 20 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 moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tonic = { version = "0.8", features = ["transport", "tls"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
opentelemetry-jaeger = { version = "0.19.0" }
tracing-opentelemetry = "0.20.0"
tracing-opentelemetry = "0.22.0"

[dev-dependencies]
tempfile = "3.8.1"
Expand Down

0 comments on commit 05a34d8

Please sign in to comment.