Skip to content

Commit

Permalink
chore(deps): update opentelemetry requirement from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry](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-0.24.0...opentelemetry-0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 6cc39b1 commit 6c1fb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modoh-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ hot_reload = "0.1.6"
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["fmt"] }
tracing-opentelemetry = { version = "0.25.0", optional = true }
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry = { version = "0.25.0", optional = true }
opentelemetry_sdk = { version = "0.24.1", features = [
"rt-tokio",
], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion modoh-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cedarwood = { version = "0.4.6" }
regex = { version = "1.10.6" }

# metrics
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry = { version = "0.25.0", optional = true }
opentelemetry_sdk = { version = "0.24.1", features = [
"rt-tokio",
], optional = true }
Expand Down

0 comments on commit 6c1fb04

Please sign in to comment.