Skip to content

Commit 01bce7d

Browse files
authored
ref(relay): Update all tonic/proto dependencies (#4847)
Updates all dependencies which depend on tonic to a version which bumps tonic to 0.13, which drops axum 0.7 and aligns it with axum 0.8, the version Relay uses.
1 parent 04f7e67 commit 01bce7d

File tree

3 files changed

+29
-124
lines changed

3 files changed

+29
-124
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
**Internal**:
1010

1111
- Produce spans to the items topic. ([#4735](https://github.com/getsentry/relay/pull/4735))
12+
- Update opentelemetry-proto and sentry-protos dependencies. ([#4847](https://github.com/getsentry/relay/pull/4847))
1213
- Take into account more types of tokens when doing AI cost calculation. ([#4840](https://github.com/getsentry/relay/pull/4840))
1314
- Use the `FiniteF64` type for measurements. ([#4828](https://github.com/getsentry/relay/pull/4828))
1415

Cargo.lock

Lines changed: 26 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ multer = "3.1.0"
140140
num-traits = "0.2.19"
141141
num_cpus = "1.13.1"
142142
once_cell = "1.13.1"
143-
opentelemetry-proto = { version = "0.28.0", default-features = false }
143+
opentelemetry-proto = { version = "0.30.0", default-features = false }
144144
papaya = "0.1.6"
145145
parking_lot = "0.12.3"
146146
path-slash = "0.2.1"
@@ -176,7 +176,7 @@ sentry-core = "0.41.0"
176176
sentry-kafka-schemas = { version = "1.3.2", default-features = false }
177177
sentry-release-parser = { version = "1.3.2", default-features = false }
178178
sentry-types = "0.41.0"
179-
sentry_protos = "0.2.0"
179+
sentry_protos = "0.3.0"
180180
serde = { version = "1.0.215", features = ["derive", "rc"] }
181181
serde-transcode = "1.1.1"
182182
serde-vars = "0.2"

0 commit comments

Comments
 (0)