Skip to content

Commit

Permalink
chore(deps): bump opentelemetry-proto in the opentelemetry group
Browse files Browse the repository at this point in the history
Bumps the opentelemetry group with 1 update: [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-rust).


Updates `opentelemetry-proto` from 0.25.0 to 0.26.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-proto-0.25.0...opentelemetry-proto-0.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 21add3b commit d04a425
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 64 deletions.
81 changes: 18 additions & 63 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/synd_o11y/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ opentelemetry-stdout = ["dep:opentelemetry-stdout"]

[dev-dependencies]
insta = { workspace = true, features = ["yaml", "redactions"] }
opentelemetry-proto = { version = "0.25.0", features = ["gen-tonic", "trace", "metrics", "logs", "with-serde"] }
opentelemetry-proto = { version = "0.26.1", features = ["gen-tonic", "trace", "metrics", "logs", "with-serde"] }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync"] }
tonic = { version = "0.12.3", features = ["transport"] }

Expand Down

0 comments on commit d04a425

Please sign in to comment.