Skip to content

Commit

Permalink
chore(deny): Remove dependency on opentelemetry_api
Browse files Browse the repository at this point in the history
## Description

We are not using this dependency and `cargo deny` includes an advisory
that it has been rolled into `opentelemetry`, which this change
silences.

## Test plan

CI
  • Loading branch information
amnn committed Nov 11, 2024
1 parent 62602a6 commit 1c96999
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
17 changes: 0 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/telemetry-subscribers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tracing.workspace = true
tracing-appender.workspace = true
tracing-subscriber.workspace = true
opentelemetry = { version = "0.25.0", optional = true }
opentelemetry_api = { version = "0.20.0", optional = true }
opentelemetry_sdk = { version = "0.25.0", features = ["rt-tokio"], optional = true }
opentelemetry-otlp = { version = "0.25.0", features = ["grpc-tonic"], optional = true }
tracing-opentelemetry = { version = "0.26.0", optional = true }
Expand All @@ -42,7 +41,6 @@ otlp = [
"opentelemetry",
"opentelemetry-otlp",
"opentelemetry-proto",
"opentelemetry_api",
"opentelemetry_sdk"
]

Expand Down

0 comments on commit 1c96999

Please sign in to comment.