Skip to content

Commit

Permalink
chore(deps): update opentelemetry_sdk requirement from 0.24.1 to 0.25.0
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.1...opentelemetry_sdk-0.24.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ttys3 committed Sep 18, 2024
1 parent 7609bdc commit e3be8e2
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 @@ -15,7 +15,7 @@ exclude = [".github/*", "examples/*", "tests/*"]
axum = "0.7"
#axum = { git = "https://github.com/tokio-rs/axum.git", branch = "main"}
opentelemetry = { version = "0.24", features = ["metrics"] }
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.25.0", features = ["rt-tokio"] }
opentelemetry-prometheus = { version = "0.17.0", features = ["prometheus-encoding"] }
opentelemetry-semantic-conventions = { version = "0.16.0"}
#opentelemetry = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", branch = "main", features = ["metrics", "rt-tokio"]}
Expand Down

0 comments on commit e3be8e2

Please sign in to comment.