Skip to content

Commit

Permalink
Bump opentelemetry-proto from 0.1.0 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-rust) from 0.1.0 to 0.3.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/v0.3.0/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/commits/v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 8c14b17 commit 47eb80b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 151 deletions.
176 changes: 26 additions & 150 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 lading_payload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["development-tools::profiling"]
description = "A tool for load testing daemons."

[dependencies]
opentelemetry-proto = { version = "0.1.0", features = ["traces", "metrics", "logs", "gen-tonic" ] }
opentelemetry-proto = { version = "0.3.0", features = ["traces", "metrics", "logs", "gen-tonic" ] }
prost = { workspace = true }
rand = { workspace = true, default-features = false, features = ["small_rng", "std", "std_rng" ]}
rmp-serde = { version = "1.1", default-features = false }
Expand Down

0 comments on commit 47eb80b

Please sign in to comment.