Skip to content

Commit

Permalink
resolve dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Oct 2, 2024
1 parent ed27611 commit 73c3f44
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ serde = { version = "1.0", default-features = false }
serde_json = "1.0"
temp-env = "0.3.6"
thiserror = { version = "1", default-features = false }
tonic = { version = "0.12", default-features = false }
tonic-build = "0.12"
tonic = { version = "0.12.3", default-features = false }
tonic-build = "0.12.3"
tokio = { version = "1", default-features = false }
tokio-stream = "0.1.1"
tokio-stream = "0.1.16"
tracing = { version = "0.1", default-features = false }
tracing-core = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }
Expand Down
5 changes: 5 additions & 0 deletions opentelemetry-otlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## vNext

## v0.26.1
Released 2024-Oct-2

- Pin tonic to v0.12.3

## v0.26.0
Released 2024-Sep-30

Expand Down
5 changes: 5 additions & 0 deletions opentelemetry-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## vNext

## v0.26.1
Released 2024-Oct-2

- Pin tonic to v0.12.3

## v0.26.0
Released 2024-Sep-30

Expand Down

0 comments on commit 73c3f44

Please sign in to comment.