Skip to content

Commit

Permalink
Bump opentelemetry from 0.19.0 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.19.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 0e31a27 commit 8dfe90b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 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 crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = """
ibc-relayer-types = { version = "0.26.4", path = "../relayer-types" }

once_cell = "1.19.0"
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry = { version = "0.21.0", features = ["metrics"] }
opentelemetry-prometheus = "0.12.0"
prometheus = "0.13.2"
moka = { version = "0.12.0", features = ["sync"] }
Expand Down

0 comments on commit 8dfe90b

Please sign in to comment.