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 76e794e commit c1acaa7
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 21 deletions.
136 changes: 116 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 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 = "3.0.0"
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 c1acaa7

Please sign in to comment.