Commit 9dbecc0
chore(deps): bump opentelemetry_sdk from 0.31.0 to 0.32.1 (#46)
* chore(deps): bump opentelemetry_sdk from 0.31.0 to 0.32.1
Bumps [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) from 0.31.0 to 0.32.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-semantic-conventions-0.32.1)
---
updated-dependencies:
- dependency-name: opentelemetry_sdk
dependency-version: 0.32.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(deps): sync opentelemetry family to the 0.32/0.33 line
Dependabot bumped only `opentelemetry_sdk` to 0.32.1 (PR #46), leaving
`opentelemetry`/`opentelemetry-otlp` pinned at 0.31 and reintroducing
two coexisting `opentelemetry` cores -- calm-cli failed to compile
(SpanExporter/TracerProvider trait mismatches).
Verified against crates.io's sparse index dependency manifests that
tracing-opentelemetry's versioning is offset by one from the core: its
0.32.x line still requires `opentelemetry ^0.31` internally, so pairing
core-0.32 with tracing-opentelemetry-0.32 doesn't work either --
0.33.0 is the first tracing-opentelemetry release that requires
`opentelemetry`/`opentelemetry-otlp`/`opentelemetry_sdk` ^0.32 all
around. Bumped the whole family (opentelemetry, opentelemetry_sdk,
opentelemetry-otlp to 0.32; tracing-opentelemetry to 0.33) so exactly
one core resolves again, and updated the CI version-skew guard and
doc comments to match the new pinned line.
Locally verified: cargo metadata resolves a single `opentelemetry
0.32.0`; `cargo clippy -p calm-cli --features otel -- -D warnings` and
`cargo clippy -p calm-server -p calm-cli --features http -- -D
warnings` both clean; `cargo test -p calm-cli --features otel` all
green; `cargo check --workspace` clean.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent bbc2405 commit 9dbecc0
4 files changed
Lines changed: 36 additions & 87 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
200 | 204 | | |
201 | 205 | | |
202 | | - | |
203 | | - | |
| 206 | + | |
| 207 | + | |
204 | 208 | | |
205 | 209 | | |
206 | 210 | | |
207 | | - | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
211 | | - | |
212 | | - | |
| 215 | + | |
| 216 | + | |
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments