Skip to content

Commit

Permalink
chore(deps): Update opentelemetry_sdk requirement from 0.24.0 to 0.27.1
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version.
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.24.0...opentelemetry_sdk-0.27.1)

---
updated-dependencies:
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent 4c583bb commit 159ad67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tokio = { version = "1.37.0", features = ["full"] }
trillium-router = "0.4.1"
trillium-tokio = "0.4.0"
trillium-opentelemetry = { path = ".", features = ["metrics", "trace"] }
opentelemetry_sdk = { version = "0.24.0", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
env_logger = "0.11.3"

0 comments on commit 159ad67

Please sign in to comment.