Skip to content

Commit

Permalink
build(deps): bump opentelemetry-prometheus from 0.11.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust) from 0.11.0 to 0.13.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.11.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent eb20984 commit 26d9a42
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 21 deletions.
90 changes: 70 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 crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ibc-relayer-types = { version = "0.23.0", path = "../relayer-types" }

once_cell = "1.17.0"
opentelemetry = { version = "0.18.0", features = ["metrics"] }
opentelemetry-prometheus = "0.11.0"
opentelemetry-prometheus = "0.13.0"
prometheus = "0.13.2"
rouille = "3.6.1"
moka = "0.10.0"
Expand Down

0 comments on commit 26d9a42

Please sign in to comment.