Skip to content

Commit

Permalink
Remove server feature from tonic in opentelemetry-stackdriver (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Lalit Kumar Bhasin <[email protected]>
  • Loading branch information
fiadliel and lalitb authored Jan 15, 2025
1 parent 0b253eb commit 9bc7e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions opentelemetry-stackdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## vNext

### Changed

- Remove `server` feature from tonic dependency

## v0.24.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-stackdriver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opentelemetry-semantic-conventions = { workspace = true}
prost = "0.13"
prost-types = "0.13"
thiserror = "1.0.30"
tonic = { version = "0.12", features = ["gzip", "tls", "transport"] }
tonic = { version = "0.12", default-features = false, features = ["channel", "codegen", "gzip", "prost", "tls"] }
once_cell = { version = "1.19", optional = true }
tracing = { version = "0.1", optional = true }

Expand Down

0 comments on commit 9bc7e72

Please sign in to comment.