Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent 953da22 commit 1d2690e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 22 deletions.
68 changes: 47 additions & 21 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 notegraf-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tracing-log = "0.2"
lazy_static = "1.4"
opentelemetry = "0.22"
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio-current-thread"] }
opentelemetry-otlp = "0.15"
opentelemetry-otlp = "0.16"
tokio = { version = "1.37", features = ["macros", "sync", "rt-multi-thread"] }
notegraf = {version = "0.1.1", path = "../notegraf"}
sqlx = { version = "0.7", features = ["postgres"] }
Expand Down

0 comments on commit 1d2690e

Please sign in to comment.