Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

chore: use tracing-susbcriber for logging #44

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Conversation

dartdart26
Copy link
Collaborator

Update tokio to 1.38.0.

@dartdart26 dartdart26 self-assigned this Oct 1, 2024
opentelemetry = "0.25"
opentelemetry-otlp = "0.25"
opentelemetry_sdk = { version = "0.25", features = ["rt-tokio"] }
opentelemetry = "0.25.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we need to specify up to patch version. Cargo.lock tracks the exact version, we could upgrade just with cargo update to newer patch version if needed

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. I wanted to do it as the other dependencies. Maybe we can move to "x.y" for other ones too in a separate PR. Do we want it for all dependencies?

@dartdart26 dartdart26 merged commit ba358b7 into main Oct 1, 2024
1 of 2 checks passed
@dartdart26 dartdart26 deleted the petar/tracing-logging branch October 1, 2024 12:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants