Skip to content

Commit

Permalink
Bump opentelemetry-otlp from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.11.0...v0.12.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 Apr 28, 2023
1 parent 946c818 commit f62992e
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 14 deletions.
122 changes: 109 additions & 13 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 @@ -64,7 +64,7 @@ log = "0.4.17"
num-traits = "0.2.15"
oauth2 = "4.3.0"
openidconnect = "2.5.1"
opentelemetry-otlp = { version = "0.11.0", features = ["http-proto"] }
opentelemetry-otlp = { version = "0.12.0", features = ["http-proto"] }
packed_struct = { version = "0.10.1", features = ["byte_types_256"] }
rand = "0.8.5"
rand_core = { version = "0.6", features = ["std"] }
Expand Down

0 comments on commit f62992e

Please sign in to comment.