-
Notifications
You must be signed in to change notification settings - Fork 524
chore: Upgrade prometheus
to 0.14 and clean up protobuf-related code in lib.rs
#2920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Upgrade prometheus
to 0.14 and clean up protobuf-related code in lib.rs
#2920
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2920 +/- ##
=====================================
Coverage 81.3% 81.3%
=====================================
Files 126 126
Lines 24254 24254
=====================================
Hits 19736 19736
Misses 4518 4518 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
prometheus
to 0.14 and clean up protobuf-related code in lib.rs
prometheus
to 0.14 and clean up protobuf-related code in lib.rs
…nings - Eliminated unnecessary `.into()` type conversions in `lib.rs` to address Clippy's `useless conversion` warnings. - Improved code clarity and ensured compliance with Rust best practices. - Verified changes with `cargo clippy` to confirm no new warnings or errors.
After discussing with other maintainers, I am changing what I stated in #2769 (comment) to do one more release with the vulnerability addressed. In other words, this PR should be accepted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Can you add a changelog entry too?
Yes,Changelog has been added,Thanks! @cijothomas |
Fixes #2769