Skip to content

Commit

Permalink
chore(deps): update tracing-opentelemetry requirement from 0.24 to 0.28
Browse files Browse the repository at this point in the history
Updates the requirements on [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.24.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent d55cf90 commit ab7eaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ uuid = { version = "1.3", features = ["serde", "v4"] }
rusty-money = { version = "0.4", features = ["iso", "crypto"] }
tracing = "0.1"
opentelemetry = { version = "0.23", optional = true }
tracing-opentelemetry = { version = "0.24", optional = true }
tracing-opentelemetry = { version = "0.28", optional = true }
cached = { version = "0.54.0", features = ["async"] }


Expand Down

0 comments on commit ab7eaef

Please sign in to comment.