Skip to content

Commit

Permalink
chore(deps): update opentelemetry requirement from 0.21.0 to 0.22.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@v0.21.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 0ac7441 commit e200966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bank-accounting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ eventually = { path = "../../eventually", features = [
] }
eventually-macros = { path = "../../eventually-macros" }
eventually-postgres = { path = "../../eventually-postgres" }
opentelemetry = "0.21.0"
opentelemetry = "0.22.0"
opentelemetry-jaeger = "0.20.0"
prost = "0.12.3"
rust_decimal = "1.34.3"
Expand Down

0 comments on commit e200966

Please sign in to comment.