Skip to content

Commit

Permalink
Merge pull request #149 from MarcusDunn/dependabot/cargo/lean/opentel…
Browse files Browse the repository at this point in the history
…emetry-otlp-0.14.0

Bump opentelemetry-otlp from 0.11.0 to 0.14.0 in /lean
  • Loading branch information
MarcusDunn authored Dec 10, 2023
2 parents 7da555f + 7f33a88 commit 7e0889c
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 39 deletions.
137 changes: 99 additions & 38 deletions lean/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 lean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ console-subscriber = "0.1.8"
futures = "0.3"
tracing-opentelemetry = "0.18.0"
opentelemetry = { version = "0.20.0", features = ["rt-tokio", "trace", "metrics"] }
opentelemetry-otlp = { version = "0.11.0", features = ["tokio", "tonic"] }
opentelemetry-otlp = { version = "0.14.0", features = ["tokio", "tonic"] }
opentelemetry_api = { version = "0.19.0" }
serde-xml-rs = "0.6.0"

Expand Down

0 comments on commit 7e0889c

Please sign in to comment.